fixed infinite loop when resizing the window manually
This commit is contained in:
parent
2c5f1c6faf
commit
3be2793a84
|
|
@ -1916,6 +1916,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lpara
|
|||
|
||||
EndPaint(hwnd, &ps);
|
||||
}
|
||||
else DefWindowProc(hwnd, msg, wparam, lparam);
|
||||
}
|
||||
case WM_INPUT:
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user