mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
Merge pull request #15709 from Paulb23/update_member_keyword_colour_on_change
Fixed member keywords colour not updating on settings change
This commit is contained in:
commit
109242c011
@ -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…
x
Reference in New Issue
Block a user