Merge pull request #64612 from bruvzg/fix_shortcuts

Fix MenuBar not processing shortcuts.
This commit is contained in:
Yuri Sizov 2022-08-19 20:43:17 +03:00 committed by GitHub
commit b35ff86c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -859,6 +859,7 @@ void MenuBar::get_translatable_strings(List<String> *p_strings) const {
}
MenuBar::MenuBar() {
set_process_shortcut_input(true);
}
MenuBar::~MenuBar() {