Update current script color on change
(cherry picked from commit a0136838b3
)
This commit is contained in:
parent
a72945f4e3
commit
9b9870ed9f
1 changed files with 1 additions and 0 deletions
|
@ -2418,6 +2418,7 @@ void ScriptEditor::_editor_settings_changed() {
|
|||
ste->get_text_edit()->set_draw_breakpoint_gutter(EditorSettings::get_singleton()->get("text_editor/show_breakpoint_gutter"));
|
||||
ste->get_text_edit()->cursor_set_block_mode(EditorSettings::get_singleton()->get("text_editor/block_caret"));
|
||||
}
|
||||
_update_script_colors();
|
||||
|
||||
ScriptServer::set_reload_scripts_on_save(EDITOR_DEF("text_editor/auto_reload_and_parse_scripts_on_save",true));
|
||||
|
||||
|
|
Loading…
Reference in a new issue