mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix ScriptEditor don't saving the layout when opening a help page
- Use ScriptEditor::_update_script_names just once when re-creating the layout
This commit is contained in:
parent
c328693e83
commit
3ca6e584e5
2 changed files with 19 additions and 9 deletions
|
|
@ -268,6 +268,7 @@ class ScriptEditor : public VBoxContainer {
|
|||
void _update_window_menu();
|
||||
void _script_created(Ref<Script> p_script);
|
||||
|
||||
void _save_layout();
|
||||
void _editor_settings_changed();
|
||||
void _autosave_scripts();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue