[Bf-blender-cvs] [83661a5cfe2] master: Outliner - Replacing GP Layer Icon

Harley Acheson noreply at git.blender.org
Sat Jun 15 00:01:22 CEST 2019


Commit: 83661a5cfe2e7a50655a0c4393da5edb9851e358
Author: Harley Acheson
Date:   Fri Jun 14 14:59:44 2019 -0700
Branches: master
https://developer.blender.org/rB83661a5cfe2e7a50655a0c4393da5edb9851e358

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

===================================================================

M	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:



More information about the Bf-blender-cvs mailing list