Commit: c4bb2e9774243a13a5c5abbab570ff48ffc8f421
Author: Joshua Leung
Date:   Wed Nov 20 15:21:13 2013 +1300
http://developer.blender.org/rBc4bb2e9774243a13a5c5abbab570ff48ffc8f421

Updating icons for NLA Track "solo" button (as used in standard widgets)

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

M       source/blender/editors/animation/anim_channels_defines.c

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

diff --git a/source/blender/editors/animation/anim_channels_defines.c 
b/source/blender/editors/animation/anim_channels_defines.c
index 1423429..4f298d8 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;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to