Fix T44121: VSE Preview scaling issue when using proxies and Show Overexposed
This commit is contained in:
@@ -1079,8 +1079,10 @@ void draw_image_seq(const bContext *C, Scene *scene, ARegion *ar, SpaceSeq *sseq
|
|||||||
/* future files may have new scopes we don't catch above */
|
/* future files may have new scopes we don't catch above */
|
||||||
if (scope) {
|
if (scope) {
|
||||||
scopes->reference_ibuf = ibuf;
|
scopes->reference_ibuf = ibuf;
|
||||||
viewrect[0] = scope->x;
|
if (!scopes->zebra_ibuf) { /* zebra uses viewrect from orig ibuf */
|
||||||
viewrect[1] = scope->y;
|
viewrect[0] = scope->x;
|
||||||
|
viewrect[1] = scope->y;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
scopes->reference_ibuf = NULL;
|
scopes->reference_ibuf = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user