1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Fix Windows Activate Process

This commit is contained in:
Hilderin
2024-06-03 19:33:41 -04:00
parent 5f1184e93f
commit e201e5bf30

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