Merge pull request #118041 from olaron/fix-system-theme

Fix icons and code completion colors when following system theme
This commit is contained in:
Thaddeus Crews
2026-04-08 09:25:18 -05:00
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -1641,6 +1641,11 @@ void CodeTextEditor::_update_text_editor_theme() {
}
_update_font_ligatures();
update_editor_settings();
if (text_editor->get_code_completion_selected_index() != -1) {
_complete_request();
}
}
void CodeTextEditor::_update_font_ligatures() {