Updates error label font in status bar
This commit is contained in:
parent
8d117b214f
commit
7bb449ae70
1 changed files with 1 additions and 0 deletions
|
@ -1144,6 +1144,7 @@ void CodeTextEditor::_update_font() {
|
|||
text_editor->add_font_override("font", get_font("source", "EditorFonts"));
|
||||
|
||||
Ref<Font> status_bar_font = get_font("status_source", "EditorFonts");
|
||||
error->add_font_override("font", status_bar_font);
|
||||
int count = status_bar->get_child_count();
|
||||
for (int i = 0; i < count; i++) {
|
||||
Control *n = Object::cast_to<Control>(status_bar->get_child(i));
|
||||
|
|
Loading…
Reference in a new issue