trying to optimize resizing

This commit is contained in:
Adam D. Ruppe 2022-04-07 10:16:11 -04:00
parent 77bc2828c3
commit 9e84ee8e52
1 changed files with 2 additions and 2 deletions

View File

@ -7720,8 +7720,8 @@ class Window : Widget {
this.width = w;
this.height = h;
recomputeChildLayout();
version(win32_widgets)
InvalidateRect(hwnd, null, true);
//version(win32_widgets)
//InvalidateRect(hwnd, null, true);
redraw();
};