Fixed member keywords colour not updating on settings change

This commit is contained in:
Paulb23 2018-01-14 16:31:46 +00:00
parent a1a67e6e84
commit 896a0c5ef5

View file

@ -231,6 +231,7 @@ void ScriptTextEditor::_set_theme_for_script() {
text_edit->add_keyword_color(n, colors_cache.type_color); text_edit->add_keyword_color(n, colors_cache.type_color);
} }
_update_member_keywords();
//colorize comments //colorize comments
List<String> comments; List<String> comments;