From 5a28090977d66d8e52d269fb5bb938d953191dde Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Tue, 22 Sep 2020 21:04:47 -0600 Subject: Fix outliner collection icon in light theme Ensure the theme colors are used for the collection icon when there are no color tags present, otherwise it draws completely black. --- source/blender/editors/include/UI_icons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/include/UI_icons.h') diff --git a/source/blender/editors/include/UI_icons.h b/source/blender/editors/include/UI_icons.h index e976aac27a2..09ab72efaaf 100644 --- a/source/blender/editors/include/UI_icons.h +++ b/source/blender/editors/include/UI_icons.h @@ -320,7 +320,7 @@ DEF_ICON_OBJECT(OUTLINER_OB_GROUP_INSTANCE) DEF_ICON_OBJECT(OUTLINER_OB_GREASEPENCIL) DEF_ICON_OBJECT(OUTLINER_OB_LIGHTPROBE) DEF_ICON_OBJECT(OUTLINER_OB_IMAGE) -DEF_ICON(OUTLINER_COLLECTION) +DEF_ICON_COLLECTION(OUTLINER_COLLECTION) DEF_ICON(RESTRICT_COLOR_OFF) DEF_ICON(RESTRICT_COLOR_ON) DEF_ICON(HIDE_ON) -- cgit v1.2.3