Fix T59954: View all Sequences doesn't show all sequences

Set boundbox_seq start X minimum value to SFRA.

This should be part of rBf66b5edf98c9, but I forgot to include this change.
This commit is contained in:
Richard Antalik 2020-05-14 04:01:30 +02:00
parent 27ef012ac7
commit 4341b5b2fe
Notes: blender-bot 2023-02-14 09:44:56 +01:00
Referenced by issue #59954, View all Sequences doesn't show all sequences
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ void boundbox_seq(Scene *scene, rctf *rect)
return;
}
min[0] = 0.0;
min[0] = SFRA;
max[0] = EFRA + 1;
min[1] = 0.0;
max[1] = 8.0;