Skip to content

Commit e201e5b

Browse files
committed
Fix Windows Activate Process
1 parent 5f1184e commit e201e5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/windows/display_server_windows.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4727,6 +4727,7 @@ LRESULT DisplayServerWindows::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA
47274727
} break;
47284728
case WM_EXITSIZEMOVE: {
47294729
KillTimer(windows[window_id].hWnd, windows[window_id].move_timer_id);
4730+
windows[window_id].move_timer_id = 0;
47304731
} break;
47314732
case WM_TIMER: {
47324733
if (wParam == windows[window_id].move_timer_id) {

0 commit comments

Comments
 (0)