Fix ScriptTextEditor not loading editor settings on initialization
This commit is contained in:
parent
0304036bed
commit
d4ce7b8cc5
1 changed files with 2 additions and 0 deletions
|
|
@ -2674,6 +2674,8 @@ ScriptTextEditor::ScriptTextEditor() {
|
|||
|
||||
connection_info_dialog = memnew(ConnectionInfoDialog);
|
||||
|
||||
update_settings();
|
||||
|
||||
SET_DRAG_FORWARDING_GCD(code_editor->get_text_editor(), ScriptTextEditor);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue