Uncommented DrawDirtyRects/DrawFps

This commit is contained in:
Jurjen Biewenga 2017-09-06 10:35:28 +02:00
Родитель a12c4649cb
Коммит 284f0a75c7
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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()