fix regression from commit 17c30c48
This commit is contained in:
parent
d671d0a888
commit
8fa3c6f9ed
|
@ -742,6 +742,8 @@ void UpdateWndRects(HWND hwnd, RECT* newClientRect)
|
|||
POINT ptClient;
|
||||
RECT rc;
|
||||
|
||||
GapRect = {0,0,0,0};
|
||||
|
||||
bool maximized = IsZoomed(hwnd) != FALSE;
|
||||
|
||||
int wndWidth, wndHeight;
|
||||
|
|
Loading…
Reference in New Issue