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:
@@ -2152,7 +2152,7 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case TSE_GP_LAYER: {
|
case TSE_GP_LAYER: {
|
||||||
data.icon = ICON_GREASEPENCIL;
|
data.icon = ICON_OUTLINER_DATA_GP_LAYER;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user