Update current script color on change
This commit is contained in:
parent
78f92dbcb9
commit
a0136838b3
1 changed files with 1 additions and 0 deletions
|
@ -1691,6 +1691,7 @@ void ScriptEditor::_editor_settings_changed() {
|
|||
|
||||
se->update_settings();
|
||||
}
|
||||
_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