fixed infinite loop when resizing the window manually

This commit is contained in:
unknown 2026-01-31 19:43:19 +01:00
parent 2c5f1c6faf
commit 3be2793a84

View File

@ -1916,6 +1916,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lpara
EndPaint(hwnd, &ps); EndPaint(hwnd, &ps);
} }
else DefWindowProc(hwnd, msg, wparam, lparam);
} }
case WM_INPUT: case WM_INPUT:
{ {