fix(win32 gui): send initial resize event on window creation
closes #115
This commit is contained in:
parent
8b43cc3697
commit
9d9372bfe0
2 changed files with 2 additions and 2 deletions
|
@ -1056,6 +1056,7 @@ fn WndProc(
|
|||
);
|
||||
std.debug.assert(existing == 0);
|
||||
std.debug.assert(state == stateFromHwnd(hwnd));
|
||||
sendResize(hwnd);
|
||||
return 0;
|
||||
},
|
||||
win32.WM_DESTROY => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue