Browse Source

Fix AltGR getting stuck on Windows right alt-tab

Fixes #28511.
Juan Linietsky 2 years ago
parent
commit
e01452adb0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      platform/windows/display_server_windows.cpp

+ 1 - 0
platform/windows/display_server_windows.cpp

@@ -3513,6 +3513,7 @@ void DisplayServerWindows::_process_activate_event(WindowID p_window_id, WPARAM
 		alt_mem = false;
 		control_mem = false;
 		shift_mem = false;
+		gr_mem = false;
 
 		// Restore mouse mode.
 		_set_mouse_mode_impl(mouse_mode);