Fix ScriptTextEditor not loading editor settings on initialization

This commit is contained in:
Simon Döhl 2026-02-03 19:26:18 +01:00
parent 0304036bed
commit d4ce7b8cc5

View file

@ -2674,6 +2674,8 @@ ScriptTextEditor::ScriptTextEditor() {
connection_info_dialog = memnew(ConnectionInfoDialog);
update_settings();
SET_DRAG_FORWARDING_GCD(code_editor->get_text_editor(), ScriptTextEditor);
}