From 8f6c4956ca8d2689879dca97586e3deda53dae25 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 8 Jul 2022 08:27:18 +0300 Subject: Fix regressions from Font refactor Remove unnecessary font override Fixes button outline draw when it should not, causing button colors to be slightly off --- editor/code_editor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/code_editor.cpp') diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp index a1979c7619..50abe8bc36 100644 --- a/editor/code_editor.cpp +++ b/editor/code_editor.cpp @@ -1895,7 +1895,6 @@ CodeTextEditor::CodeTextEditor() { } break; } } - text_editor->add_theme_font_override("font", fc); text_editor->set_draw_line_numbers(true); text_editor->set_highlight_matching_braces_enabled(true); -- cgit v1.2.3