diff --git a/minigui.d b/minigui.d index e193b2e..441b2fd 100644 --- a/minigui.d +++ b/minigui.d @@ -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(); };