summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Marques <george@gmarqu.es>2018-01-14 14:44:57 -0200
committerGitHub <noreply@github.com>2018-01-14 14:44:57 -0200
commit109242c011255757c981f634a33f59268a113f67 (patch)
tree9bc9bdb32b72868fe97d4dd98397f48b7c48cd31
parenta1a67e6e84bf84a00f5b7a5941bd6e0be9bada83 (diff)
parent896a0c5ef5185abad790459cfccde4a83f59d118 (diff)
Merge pull request #15709 from Paulb23/update_member_keyword_colour_on_change
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;