Skip to content

Commit

Permalink
Fix AltGR getting stuck on Windows right alt-tab
Browse files Browse the repository at this point in the history
Fixes #28511.
  • Loading branch information
reduz committed Jan 20, 2023
1 parent 621e329 commit e01452a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/windows/display_server_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e01452a

Please sign in to comment.