summaryrefslogtreecommitdiff
path: root/tools/editor/plugins
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-09-12 15:19:30 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2016-09-12 15:19:30 +0100
commita0136838b36261f21e6bd692089f7904895e807d (patch)
treea5973530476dd11a110627a63c4346b306f44ad3 /tools/editor/plugins
parent78f92dbcb9b193fb7a100ca7096c15a6899199fc (diff)
Update current script color on change
Diffstat (limited to 'tools/editor/plugins')
-rw-r--r--tools/editor/plugins/script_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp
index 77b4106473..f98147a2b9 100644
--- a/tools/editor/plugins/script_editor_plugin.cpp
+++ b/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));