mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Update editor theme
This commit is contained in:
parent
5f15f03d38
commit
be454ba2d6
9 changed files with 90 additions and 3 deletions
|
@ -1322,6 +1322,7 @@ ScriptTextEditor::ScriptTextEditor() {
|
|||
|
||||
code_editor = memnew(CodeTextEditor);
|
||||
add_child(code_editor);
|
||||
code_editor->add_constant_override("separation", 0);
|
||||
code_editor->set_area_as_parent_rect();
|
||||
code_editor->connect("validate_script", this, "_validate_script");
|
||||
code_editor->connect("load_theme_settings", this, "_load_theme_settings");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue