Skip to content

Commit

Permalink
attempting to try to fix kb test
Browse files Browse the repository at this point in the history
  • Loading branch information
unxed committed Mar 31, 2023
1 parent e775602 commit 27956ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtk/window.cpp
Expand Up @@ -1068,7 +1068,7 @@ wxTranslateGTKKeyEventToWx(wxKeyEvent& event,
// to match wx behavoir on MSW
if (islower(key_code)) { key_code = toupper(key_code); }

force_uni = true;
if (!isalpha(key_code)) { force_uni = true; }
}
}
#endif
Expand Down

0 comments on commit 27956ce

Please sign in to comment.