diff options
| author | Paulb23 | 2016-09-12 15:19:30 +0100 |
|---|---|---|
| committer | Paulb23 | 2016-09-12 15:19:30 +0100 |
| commit | a0136838b36261f21e6bd692089f7904895e807d (patch) | |
| tree | a5973530476dd11a110627a63c4346b306f44ad3 /tools/editor/plugins/script_editor_plugin.cpp | |
| parent | 78f92dbcb9b193fb7a100ca7096c15a6899199fc (diff) | |
| download | godot-a0136838b36261f21e6bd692089f7904895e807d.tar.gz godot-a0136838b36261f21e6bd692089f7904895e807d.tar.zst godot-a0136838b36261f21e6bd692089f7904895e807d.zip | |
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.cpp')
| -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 77b410647..f98147a2b 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)); |
