diff options
author | James Buck <jamesbuck11@gmail.com> | 2023-03-03 12:13:58 -0600 |
---|---|---|
committer | James Buck <jamesbuck11@gmail.com> | 2023-03-03 12:14:51 -0600 |
commit | de49bec30e8e2fc5881871a50f9222d90aacc24f (patch) | |
tree | 1cdeeedeb1fbb7c317e1f2f375490d0d74851a22 /editor/plugins/script_editor_plugin.h | |
parent | 61d2c855114c824f5ca27ded0a1fa71cc7b21134 (diff) | |
download | redot-engine-de49bec30e8e2fc5881871a50f9222d90aacc24f.tar.gz |
Re-enable script editor File menu shortcuts when the menu is hidden
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
-rw-r--r-- | editor/plugins/script_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index f8e684ae34..7d2f5ad22a 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -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; |