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:
authorCampbell Barton <ideasman42@gmail.com>2007-10-17 22:32:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2007-10-17 22:32:54 +0400
commit2639404f34cd89e1eaebc3736d751938a801fcb9 (patch)
treea6b83ff9736dde1940a74b63ca013f387691dba4 /source/blender/src/drawaction.c
parente844ee5e54b4a6764bdd692e09ceb64f91344283 (diff)
Sequencer
- Draw a verticle line for markers - Added an option to transform selected markers in the sequencer - useful for Extending time
Diffstat (limited to 'source/blender/src/drawaction.c')
-rw-r--r--source/blender/src/drawaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/drawaction.c b/source/blender/src/drawaction.c
index 8a9841ce70d..183558b65bc 100644
--- a/source/blender/src/drawaction.c
+++ b/source/blender/src/drawaction.c
@@ -928,7 +928,7 @@ void drawactionspace(ScrArea *sa, void *spacedata)
draw_cfra_action();
/* Draw markers */
- draw_markers_timespace();
+ draw_markers_timespace(0);
/* Draw 'curtains' for preview */
draw_anim_preview_timespace();