You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Rebuild the trees in the EditorFeatureProfile dialog when the editor theme changes
This commit is contained in:
@@ -324,6 +324,11 @@ void EditorFeatureProfileManager::_notification(int p_what) {
|
||||
}
|
||||
_update_profile_list(current_profile);
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
// Make sure that the icons are correctly adjusted if the theme's lightness was switched.
|
||||
_update_selected_profile();
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user