Re-enable script editor File menu shortcuts when the menu is hidden

(cherry picked from commit de49bec30e)
This commit is contained in:
James Buck 2023-04-07 17:44:37 +02:00 committed by Yuri Sizov
parent 1aa5fce321
commit 861399fbe5
2 changed files with 26 additions and 0 deletions

View file

@ -336,6 +336,7 @@ class ScriptEditor : public PanelContainer {
bool _has_docs_tab() const;
bool _has_script_tab() const;
void _prepare_file_menu();
void _file_menu_closed();
Tree *disk_changed_list = nullptr;
ConfirmationDialog *disk_changed = nullptr;