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
+3
View File
@@ -4067,7 +4067,10 @@ void EditorNode::_check_system_theme_changed() {
}
if (system_theme_changed) {
class_icon_cache.clear();
_update_theme();
_build_icon_type_cache();
recent_scenes->reset_size();
} else if (menu_type == MENU_TYPE_GLOBAL && display_server->is_dark_mode_supported() && display_server->is_dark_mode() != last_dark_mode_state) {
last_dark_mode_state = display_server->is_dark_mode();