Fix icons and code completion colors when following system theme

This commit is contained in:
Robin Alonzo
2026-03-31 16:38:51 +02:00
parent 06c3946e35
commit 207caf2020
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -1635,6 +1635,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() {