1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Merge pull request #6465 from Paulb23/script_highlight_color_update

Update current script color on change
This commit is contained in:
Rémi Verschelde
2016-09-12 16:33:28 +02:00
committed by GitHub

View File

@@ -1735,6 +1735,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));