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>2011-07-12 11:03:25 +0400
committerJoshua Leung <aligorith@gmail.com>2011-07-12 11:03:25 +0400
commit1ab2e0d40e25d46aa0d56804d0519307a4bf18a8 (patch)
tree991fe5c12f7370c8241c8452162d63fca9d8521e /source/blender/editors/space_nla/nla_draw.c
parentd585ad2e3f2f5f097a2f850e5d734b44c38462d4 (diff)
NLA Drawing Tweak - New icons for "solo" toggles
Added some new star icons for the "solo" toggles in NLA editor. Unfortunately they look a tad scruffy alongside some of the other icons, although they should hopefully turn out to be more descriptive (especially when combined with some drawing tweaks I've got in the pipeline...)
Diffstat (limited to 'source/blender/editors/space_nla/nla_draw.c')
-rw-r--r--source/blender/editors/space_nla/nla_draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c
index 43056e0c28c..1fa0dd886c1 100644
--- a/source/blender/editors/space_nla/nla_draw.c
+++ b/source/blender/editors/space_nla/nla_draw.c
@@ -645,9 +645,9 @@ static void draw_nla_channel_list_gl (bAnimContext *ac, ListBase *anim_data, Vie
* - need special icons for these
*/
if (nlt->flag & NLATRACK_SOLO)
- special= ICON_SPACE2;
+ special= ICON_SOLO_ON;
else
- special= ICON_SPACE3;
+ special= ICON_SOLO_OFF;
/* if this track is active and we're tweaking it, don't draw these toggles */
// TODO: need a special macro for this...