You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user