mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Re-enable script editor File menu shortcuts when the menu is hidden
(cherry picked from commit de49bec30e)
This commit is contained in:
parent
1aa5fce321
commit
861399fbe5
2 changed files with 26 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue