From 7bb449ae70dca35d4381c9dfb585c5bf0db63707 Mon Sep 17 00:00:00 2001 From: Chaosus Date: Fri, 1 Mar 2019 10:53:59 +0300 Subject: Updates error label font in status bar --- editor/code_editor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp index e9580ae0d1..7ee4d5b03b 100644 --- a/editor/code_editor.cpp +++ b/editor/code_editor.cpp @@ -1144,6 +1144,7 @@ void CodeTextEditor::_update_font() { text_editor->add_font_override("font", get_font("source", "EditorFonts")); Ref 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(status_bar->get_child(i)); -- cgit v1.2.3