Explorar el Código

Update current script color on change

Paulb23 hace 9 años
padre
commit
a0136838b3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tools/editor/plugins/script_editor_plugin.cpp

+ 1 - 0
tools/editor/plugins/script_editor_plugin.cpp

@@ -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));