Parcourir la source

Uncommented DrawDirtyRects/DrawFps

Jurjen Biewenga il y a 8 ans
Parent
commit
284f0a75c7
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      samples/ControlCatalog/MainWindow.xaml.cs

+ 1 - 2
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()