[Scene] Add SceneStringNames::font(_size/_color)
This commit is contained in:
parent
b435551682
commit
d519715d94
77 changed files with 453 additions and 446 deletions
|
|
@ -690,7 +690,7 @@ void GDScriptSyntaxHighlighter::_update_cache() {
|
|||
color_regions.clear();
|
||||
color_region_cache.clear();
|
||||
|
||||
font_color = text_edit->get_theme_color(SNAME("font_color"));
|
||||
font_color = text_edit->get_theme_color(SceneStringName(font_color));
|
||||
symbol_color = EDITOR_GET("text_editor/theme/highlighting/symbol_color");
|
||||
function_color = EDITOR_GET("text_editor/theme/highlighting/function_color");
|
||||
number_color = EDITOR_GET("text_editor/theme/highlighting/number_color");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue