1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

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

This commit is contained in:
James Buck
2023-03-03 12:13:58 -06:00
parent 61d2c85511
commit de49bec30e
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;