Fix MenuBar not processing shortcuts.

This commit is contained in:
bruvzg 2022-08-19 16:49:50 +03:00
parent 35cfaafda8
commit 2040087898
No known key found for this signature in database
GPG Key ID: 7960FCF39844EC38

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() {