From 83661a5cfe2e7a50655a0c4393da5edb9851e358 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Fri, 14 Jun 2019 14:59:44 -0700 Subject: 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 --- source/blender/editors/space_outliner/outliner_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner/outliner_draw.c') diff --git a/source/blender/editors/space_outliner/outliner_draw.c b/source/blender/editors/space_outliner/outliner_draw.c index 923e4a85d50..1e8742bb368 100644 --- a/source/blender/editors/space_outliner/outliner_draw.c +++ b/source/blender/editors/space_outliner/outliner_draw.c @@ -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: -- cgit v1.2.3