Fix T44121: VSE Preview scaling issue when using proxies and Show Overexposed

This commit is contained in:
Julian Eisel 2015-03-25 21:52:54 +01:00
parent 4dc141f933
commit 581afa9da3

@ -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 */
if (scope) {
scopes->reference_ibuf = ibuf;
viewrect[0] = scope->x;
viewrect[1] = scope->y;
if (!scopes->zebra_ibuf) { /* zebra uses viewrect from orig ibuf */
viewrect[0] = scope->x;
viewrect[1] = scope->y;
}
}
else {
scopes->reference_ibuf = NULL;