Fix Windows Activate Process

This commit is contained in:
Hilderin 2024-06-03 19:33:41 -04:00
parent 5f1184e93f
commit e201e5bf30
1 changed files with 1 additions and 0 deletions

View File

@ -4727,6 +4727,7 @@ LRESULT DisplayServerWindows::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA
} break;
case WM_EXITSIZEMOVE: {
KillTimer(windows[window_id].hWnd, windows[window_id].move_timer_id);
windows[window_id].move_timer_id = 0;
} break;
case WM_TIMER: {
if (wParam == windows[window_id].move_timer_id) {