Skip to content

Commit

Permalink
Merge pull request #92742 from Hilderin/fix-windows-activate-process
Browse files Browse the repository at this point in the history
Fix Windows Activate Process
  • Loading branch information
akien-mga authored Jun 5, 2024
2 parents 56a8db1 + e201e5b commit e96ad5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/windows/display_server_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e96ad5a

Please sign in to comment.