From 2639404f34cd89e1eaebc3736d751938a801fcb9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Oct 2007 18:32:54 +0000 Subject: Sequencer - Draw a verticle line for markers - Added an option to transform selected markers in the sequencer - useful for Extending time --- source/blender/src/drawaction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/src/drawaction.c') 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(); -- cgit v1.2.3