You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fixed member keywords colour not updating on settings change
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user