Outliner - Replacing GP Layer Icon

This only replaces ICON_GREASEPENCIL with ICON_OUTLINER_DATA_GP_LAYER icon

Differential Revision: https://developer.blender.org/D5073

Reviewed by Dalai Felinto
This commit is contained in:
Harley Acheson 2019-06-14 14:59:44 -07:00
parent 55c379daea
commit 83661a5cfe
1 changed files with 1 additions and 1 deletions

View File

@ -2152,7 +2152,7 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te)
break;
}
case TSE_GP_LAYER: {
data.icon = ICON_GREASEPENCIL;
data.icon = ICON_OUTLINER_DATA_GP_LAYER;
break;
}
default: