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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user