== Sequencer ==

Fixed output rescaling, when changing between preview proxy rendering
and final resolution.
This commit is contained in:
Peter Schlaile 2009-05-24 14:11:16 +00:00
parent ea94f8ab8a
commit 95e14ac4d3

@ -930,6 +930,7 @@ static void draw_image_seq(ScrArea *sa)
zoom= SEQ_ZOOM_FAC(sseq->zoom);
if (sseq->mainb == SEQ_DRAW_IMG_IMBUF) {
zoom /= G.scene->r.size / 100.0;
zoomx = zoom * ((float)G.scene->r.xasp / (float)G.scene->r.yasp);
zoomy = zoom;
} else {