Merge pull request #64612 from bruvzg/fix_shortcuts
Fix MenuBar not processing shortcuts.
This commit is contained in:
commit
b35ff86c17
|
@ -859,6 +859,7 @@ void MenuBar::get_translatable_strings(List<String> *p_strings) const {
|
|||
}
|
||||
|
||||
MenuBar::MenuBar() {
|
||||
set_process_shortcut_input(true);
|
||||
}
|
||||
|
||||
MenuBar::~MenuBar() {
|
||||
|
|
Loading…
Reference in New Issue