Outliner: Use (temporary) icons for collections

We need new icons for collections.

Yet we are using them in a few places, so we may as well be consistent and use
it everywhere.
This commit is contained in:
Dalai Felinto 2018-01-18 17:30:35 -02:00
parent 74f872df3a
commit f1cfe67594
1 changed files with 4 additions and 0 deletions

View File

@ -1108,6 +1108,10 @@ static void tselem_draw_icon(uiBlock *block, int xmax, float x, float y, TreeSto
ICON_DRAW(icon);
}
break;
case TSE_LAYER_COLLECTION:
case TSE_SCENE_COLLECTION:
ICON_DRAW(ICON_COLLAPSEMENU);
break;
/* Removed the icons from outliner. Need a better structure with Layers, Palettes and Colors */
#if 0
case TSE_GP_LAYER: