Merge pull request #92742 from Hilderin/fix-windows-activate-process

Fix Windows Activate Process
This commit is contained in:
Rémi Verschelde 2024-06-06 00:44:36 +02:00 committed by GitHub
commit e96ad5af98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) {