From 0633a89e1827f42d46e8497754355ef324616945 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Fri, 13 Nov 2020 18:39:19 -0700 Subject: UI: Remove remaining uses of old collection icon After rB452a1c7b3838 there were still a few cases where the old collection icon was used in the interface. Replace these with the new filled collection icon. --- source/blender/editors/space_outliner/outliner_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner/outliner_draw.c') diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c index 22bb99530dc..7242d7e0002 100644 --- a/source/blender/editors/space_outliner/outliner_draw.c +++ b/source/blender/editors/space_outliner/outliner_draw.c @@ -2534,7 +2534,7 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te) data.icon = ICON_SCRIPT; break; case ID_GR: - data.icon = ICON_GROUP; + data.icon = ICON_OUTLINER_COLLECTION; break; case ID_HA: data.icon = ICON_OUTLINER_DATA_HAIR; -- cgit v1.2.3