You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user