Fix AltGR getting stuck on Windows right alt-tab

Fixes #28511.

(cherry picked from commit e01452adb0)
This commit is contained in:
Juan Linietsky 2023-01-20 14:04:55 +01:00 committed by Rémi Verschelde
parent dc0f7255f1
commit 3d9bcd7d27
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -321,6 +321,7 @@ LRESULT OS_Windows::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
alt_mem = false;
control_mem = false;
shift_mem = false;
gr_mem = false;
} else { // WM_INACTIVE
input->release_pressed_events();
main_loop->notification(MainLoop::NOTIFICATION_WM_FOCUS_OUT);