mirror of https://github.com/adamdruppe/arsd.git
trying to optimize resizing
This commit is contained in:
parent
77bc2828c3
commit
9e84ee8e52
|
@ -7720,8 +7720,8 @@ class Window : Widget {
|
||||||
this.width = w;
|
this.width = w;
|
||||||
this.height = h;
|
this.height = h;
|
||||||
recomputeChildLayout();
|
recomputeChildLayout();
|
||||||
version(win32_widgets)
|
//version(win32_widgets)
|
||||||
InvalidateRect(hwnd, null, true);
|
//InvalidateRect(hwnd, null, true);
|
||||||
redraw();
|
redraw();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue