Fix T95397: Grease Pencil Icons do not match in Outliner vs Dope Sheet Editor

There was an inconsistency between icons.
This commit is contained in:
Antonio Vazquez 2022-02-02 16:33:15 +01:00
parent 04a93b795c
commit f0cfa94d94
Notes: blender-bot 2023-02-13 16:20:57 +01:00
Referenced by issue #95397, Grease Pencil Icons do not match in Outliner vs Dope Sheet Editor
1 changed files with 1 additions and 1 deletions

View File

@ -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 */