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>2009-02-11 02:08:53 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-11 02:08:53 +0300
commit1195c22207c452f1d6d974c8043d533ab8f41402 (patch)
tree75b820250e3f90bec7e1c17f282606efe6751f19 /source/blender/editors/space_action/action_draw.c
parent7e1e4dbb13621bdf3d0ea735bdc15ee35c7f09de (diff)
DopeSheet/Action Editor: Fixed display and expand-widget of 'Group' channels
Diffstat (limited to 'source/blender/editors/space_action/action_draw.c')
-rw-r--r--source/blender/editors/space_action/action_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_action/action_draw.c b/source/blender/editors/space_action/action_draw.c
index 4fb0690572e..9b3852e63bf 100644
--- a/source/blender/editors/space_action/action_draw.c
+++ b/source/blender/editors/space_action/action_draw.c
@@ -594,7 +594,7 @@ void draw_channel_names(bAnimContext *ac, SpaceAction *saction, ARegion *ar)
indent= 0;
special= -1;
- offset= (ale->id) ? 16 : 0;
+ offset= (ac->datatype == ANIMCONT_DOPESHEET) ? 16 : 0;
/* only show expand if there are any channels */
if (agrp->channels.first) {