Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Acheson <harley.acheson@gmail.com>2019-06-15 00:59:44 +0300
committerHarley Acheson <harley.acheson@gmail.com>2019-06-15 00:59:44 +0300
commit83661a5cfe2e7a50655a0c4393da5edb9851e358 (patch)
treeb2248128408ff26462425b9f783dba362f6b28d8 /source/blender/editors/space_outliner/outliner_draw.c
parent55c379daea68f4d61c285f4290dea3861aee8686 (diff)
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
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_draw.c')
-rw-r--r--source/blender/editors/space_outliner/outliner_draw.c2
1 files changed, 1 insertions, 1 deletions
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: