From f0cfa94d94c70b2410cc9e7474ebb3c6edcb2e16 Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Wed, 2 Feb 2022 16:33:15 +0100 Subject: Fix T95397: Grease Pencil Icons do not match in Outliner vs Dope Sheet Editor There was an inconsistency between icons. --- source/blender/editors/animation/anim_channels_defines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/animation') diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c index 2eaa42ee578..5afb9334612 100644 --- a/source/blender/editors/animation/anim_channels_defines.c +++ b/source/blender/editors/animation/anim_channels_defines.c @@ -3418,7 +3418,7 @@ static void acf_gpd_color(bAnimContext *UNUSED(ac), bAnimListElem *UNUSED(ale), /* TODO: just get this from RNA? */ static int acf_gpd_icon(bAnimListElem *UNUSED(ale)) { - return ICON_GREASEPENCIL; + return ICON_OUTLINER_OB_GREASEPENCIL; } /* check if some setting exists for this channel */ -- cgit v1.2.3