mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Fixed member keywords colour not updating on settings change
This commit is contained in:
parent
a1a67e6e84
commit
896a0c5ef5
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue