Fix regressions from Font refactor

Remove unnecessary font override
Fixes button outline draw when it should not, causing button colors to be slightly off
This commit is contained in:
bruvzg 2022-07-08 08:27:18 +03:00
parent 5268efdcd9
commit 8f6c4956ca
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
2 changed files with 5 additions and 2 deletions

View file

@ -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);