Fix #114287: Drawing in post-view draw handlers broken #114285

Merged
Julian Eisel merged 1 commits from JulianEisel/blender:temp-fix-vse-draw-matrix into blender-v4.0-release 2023-10-31 11:41:58 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -2086,6 +2086,7 @@ void draw_timeline_seq(const bContext *C, ARegion *region)
draw_seq_strips(&ctx);
sequencer_draw_retiming(C);
draw_timeline_markers(&ctx);
UI_view2d_view_ortho(ctx.v2d);
ANIM_draw_previewrange(C, ctx.v2d, 1);
draw_timeline_gizmos(&ctx);
draw_timeline_post_view_callbacks(&ctx);