From 284f0a75c79b62999b3e87b010edf88f9fd8b1df Mon Sep 17 00:00:00 2001 From: Jurjen Biewenga Date: Wed, 6 Sep 2017 10:35:28 +0200 Subject: [PATCH] Uncommented DrawDirtyRects/DrawFps --- samples/ControlCatalog/MainWindow.xaml.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/ControlCatalog/MainWindow.xaml.cs b/samples/ControlCatalog/MainWindow.xaml.cs index 4cd9b93828..c2e8c0c082 100644 --- a/samples/ControlCatalog/MainWindow.xaml.cs +++ b/samples/ControlCatalog/MainWindow.xaml.cs @@ -11,8 +11,7 @@ namespace ControlCatalog { this.InitializeComponent(); this.AttachDevTools(); - //Renderer.DrawDirtyRects = Renderer.DrawFps = true; - PlatformImpl?.ShowTaskbarIcon(false); + Renderer.DrawDirtyRects = Renderer.DrawFps = true; } private void InitializeComponent()