From f314ff02bda2ad959b6dc374d090047d270cd885 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 18 May 2013 10:24:38 +0000 Subject: Fix #35390: sequencer end frame of preview range was not drawing correct. --- source/blender/editors/space_graph/space_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c index 3f9737b3c5d..1a208ee2eb6 100644 --- a/source/blender/editors/space_graph/space_graph.c +++ b/source/blender/editors/space_graph/space_graph.c @@ -294,7 +294,7 @@ static void graph_main_area_draw(const bContext *C, ARegion *ar) /* preview range */ UI_view2d_view_ortho(v2d); - ANIM_draw_previewrange(C, v2d); + ANIM_draw_previewrange(C, v2d, 0); /* callback */ UI_view2d_view_ortho(v2d); -- cgit v1.2.3