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:
authorWilliam Reynish <billrey@me.com>2018-12-31 15:50:56 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-12-31 15:52:45 +0300
commit27619d727187e6d5624837d792fe0f2311a04464 (patch)
tree34fd3da039716a0dd85a04112468bb1156242560 /source/blender/editors/space_outliner
parentd96596de294ec763bf4ffbbce4e2d1a9950580a7 (diff)
UI: icon set updates by Andrzej Ambroz.
Diffstat (limited to 'source/blender/editors/space_outliner')
-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 75ad18da3b9..2df7df9ac43 100644
--- a/source/blender/editors/space_outliner/outliner_draw.c
+++ b/source/blender/editors/space_outliner/outliner_draw.c
@@ -891,7 +891,7 @@ TreeElementIcon tree_element_get_icon(TreeStoreElem *tselem, TreeElement *te)
data.icon = ICON_CONSTRAINT;
break;
case TSE_MODIFIER_BASE:
- data.icon = ICON_MODIFIER;
+ data.icon = ICON_MODIFIER_DATA;
break;
case TSE_LINKED_OB:
data.icon = ICON_OBJECT_DATA;