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_nla
parent11186184aa7af143e72c539be0ed06c3ef37a146 (diff)
Fix #35390: sequencer end frame of preview range was not drawing correct.
Diffstat (limited to 'source/blender/editors/space_nla')
-rw-r--r--source/blender/editors/space_nla/space_nla.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_nla/space_nla.c b/source/blender/editors/space_nla/space_nla.c
index b3d8d5d5aad..4ef84b3e708 100644
--- a/source/blender/editors/space_nla/space_nla.c
+++ b/source/blender/editors/space_nla/space_nla.c
@@ -310,7 +310,7 @@ static void nla_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);