Fixed member keywords colour not updating on settings change
This commit is contained in:
parent
a1a67e6e84
commit
896a0c5ef5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user