summaryrefslogtreecommitdiff
path: root/editor/code_editor.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-07-08 08:02:09 +0200
committerGitHub <noreply@github.com>2022-07-08 08:02:09 +0200
commit2b6dadd46b9a2bb68c6814989360e02f064a47b1 (patch)
tree63377c3e527e56c40d345b35d276a506afa0c819 /editor/code_editor.cpp
parent6892df6b78a9816ff871e8a0009aa6636094f082 (diff)
parent8f6c4956ca8d2689879dca97586e3deda53dae25 (diff)
Merge pull request #62829 from bruvzg/font_fix_2
Fix regressions from Font refactor (2)
Diffstat (limited to 'editor/code_editor.cpp')
-rw-r--r--editor/code_editor.cpp1
1 files changed, 0 insertions, 1 deletions
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);