Outliner: Show pose group icons

Pose groups previously showed a dot icon. Now it draws the correct icon.
This commit is contained in:
Nathan Craddock 2020-06-18 21:53:54 -06:00
parent 1ee32ea228
commit 41f0697501
1 changed files with 1 additions and 0 deletions

View File

@ -2288,6 +2288,7 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te)
data.icon = ICON_MATERIAL_DATA;
break;
case TSE_POSEGRP_BASE:
case TSE_POSEGRP:
data.icon = ICON_GROUP_BONE;
break;
case TSE_SEQUENCE: