summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2018-01-14 16:31:46 +0000
committerPaulb23 <p_batty@hotmail.co.uk>2018-01-14 16:31:46 +0000
commit896a0c5ef5185abad790459cfccde4a83f59d118 (patch)
tree9bc9bdb32b72868fe97d4dd98397f48b7c48cd31
parenta1a67e6e84bf84a00f5b7a5941bd6e0be9bada83 (diff)
Fixed member keywords colour not updating on settings change
-rw-r--r--editor/plugins/script_text_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp
index 2a6b4ee173..dffb98e488 100644
--- a/editor/plugins/script_text_editor.cpp
+++ b/editor/plugins/script_text_editor.cpp
@@ -231,6 +231,7 @@ void ScriptTextEditor::_set_theme_for_script() {
text_edit->add_keyword_color(n, colors_cache.type_color);
}
+ _update_member_keywords();
//colorize comments
List<String> comments;