Explorar o código

Fix AltGR getting stuck on Windows right alt-tab

Fixes #28511.
Juan Linietsky %!s(int64=2) %!d(string=hai) anos
pai
achega
e01452adb0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);