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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-18 14:24:38 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2013-05-18 14:24:38 +0400
commitf314ff02bda2ad959b6dc374d090047d270cd885 (patch)
tree571a0891984a83b030a6fbdbfeee07c131c7017d /source/blender/editors/space_graph
parent11186184aa7af143e72c539be0ed06c3ef37a146 (diff)
Fix #35390: sequencer end frame of preview range was not drawing correct.
Diffstat (limited to 'source/blender/editors/space_graph')
-rw-r--r--source/blender/editors/space_graph/space_graph.c2
1 files changed, 1 insertions, 1 deletions
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);