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:
authorJoshua Leung <aligorith@gmail.com>2013-11-20 06:21:13 +0400
committerJoshua Leung <aligorith@gmail.com>2013-11-20 16:33:01 +0400
commitc4bb2e9774243a13a5c5abbab570ff48ffc8f421 (patch)
tree7e227cf1d07f5933081d2da0ec534fdb1756a7eb
parent33ae2b6c70b0f140502dc593e7882c687de2d1f4 (diff)
Updating icons for NLA Track "solo" button (as used in standard widgets)
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 142342997be..4f298d8a235 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -3355,8 +3355,8 @@ static void draw_setting_widget(bAnimContext *ac, bAnimListElem *ale, bAnimChann
break;
case ACHANNEL_SETTING_SOLO: /* NLA Tracks only */
- //icon = ((enabled) ? ICON_LAYER_ACTIVE : ICON_LAYER_USED);
- icon = ICON_LAYER_USED;
+ //icon = ((enabled) ? ICON_SOLO_OFF : ICON_SOLO_ON);
+ icon = ICON_SOLO_OFF;
tooltip = TIP_("NLA Track is the only one evaluated for the AnimData block it belongs to");
break;