Fix ScriptTextEditor not loading editor settings on initialization
This commit is contained in:
@@ -2674,6 +2674,8 @@ ScriptTextEditor::ScriptTextEditor() {
|
||||
|
||||
connection_info_dialog = memnew(ConnectionInfoDialog);
|
||||
|
||||
update_settings();
|
||||
|
||||
SET_DRAG_FORWARDING_GCD(code_editor->get_text_editor(), ScriptTextEditor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user