Merge pull request #118041 from olaron/fix-system-theme
Fix icons and code completion colors when following system theme
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user