Merge branch 'blender-v3.4-release'

This commit is contained in:
Richard Antalik 2022-11-04 21:06:39 +01:00
commit 59af0fba9d
1 changed files with 4 additions and 0 deletions

View File

@ -357,6 +357,10 @@ void draw_channels(const bContext *C, ARegion *region)
SeqChannelDrawContext context;
channel_draw_context_init(C, region, &context);
if (round_fl_to_int(context.channel_height) == 0) {
return;
}
UI_view2d_view_ortho(context.v2d);
draw_channel_headers(&context);