diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-09-12 16:33:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 16:33:28 +0200 |
commit | dc6eefdbf2b3f9362dbb571e9fb2f3df60760c04 (patch) | |
tree | be03d24167939a45624b1a10f5df9eb1a7312e21 /tools/editor | |
parent | 37f1e86108a84c9b371e37c3854d8a03c8aea743 (diff) | |
parent | a0136838b36261f21e6bd692089f7904895e807d (diff) |
Merge pull request #6465 from Paulb23/script_highlight_color_update
Update current script color on change
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/plugins/script_editor_plugin.cpp | 1 |
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 340e5cca4e..522ceba1dc 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -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)); |