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:
authorMatt Ebb <matt@mke3.net>2009-02-18 07:36:07 +0300
committerMatt Ebb <matt@mke3.net>2009-02-18 07:36:07 +0300
commitba59754a1d76da576dd43a347fc4e6c2e6598a60 (patch)
treeeaded9988450ea703b3b1528b6d1fe67a723f363 /source/blender/editors/space_graph/graph_draw.c
parentd00b18c718c20ea3efb60992c93866f30247b645 (diff)
* More icon updates
Diffstat (limited to 'source/blender/editors/space_graph/graph_draw.c')
-rw-r--r--source/blender/editors/space_graph/graph_draw.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c
index a7ef4941b24..7b04f0793e8 100644
--- a/source/blender/editors/space_graph/graph_draw.c
+++ b/source/blender/editors/space_graph/graph_draw.c
@@ -1053,11 +1053,10 @@ void graph_draw_channel_names(bAnimContext *ac, SpaceIpo *sipo, ARegion *ar)
}
/* for now, 'special' (i.e. in front of name) is used to show visibility status */
- // XXX these 'blank' icons are currently checkboxes
if (fcu->flag & FCURVE_VISIBLE)
- special= ICON_BLANK012;
+ special= ICON_CHECKBOX_HLT;
else
- special= ICON_BLANK011;
+ special= ICON_CHECKBOX_DEHLT;
if (fcu->flag & FCURVE_MUTED)
mute = ICON_MUTE_IPO_ON;