Solving issue 451: "Preview not sharpened after enlarging to 100%"
This commit is contained in:
@@ -63,9 +63,6 @@ void Crop::update (int todo) {
|
|||||||
|
|
||||||
ProcParams& params = parent->params;
|
ProcParams& params = parent->params;
|
||||||
|
|
||||||
|
|
||||||
parent->ipf.setScale (skip);
|
|
||||||
|
|
||||||
// give possibility to the listener to modify crop window (as the full image dimensions are already known at this point)
|
// give possibility to the listener to modify crop window (as the full image dimensions are already known at this point)
|
||||||
int wx, wy, ww, wh, ws;
|
int wx, wy, ww, wh, ws;
|
||||||
bool overrideWindow = false;
|
bool overrideWindow = false;
|
||||||
@@ -82,6 +79,9 @@ void Crop::update (int todo) {
|
|||||||
if (needsinitupdate || (todo & M_HIGHQUAL))
|
if (needsinitupdate || (todo & M_HIGHQUAL))
|
||||||
todo = ALL;
|
todo = ALL;
|
||||||
|
|
||||||
|
// set improcfuncions' scale now that skip has been updated
|
||||||
|
parent->ipf.setScale (skip);
|
||||||
|
|
||||||
baseCrop = origCrop;
|
baseCrop = origCrop;
|
||||||
|
|
||||||
bool needstransform = parent->ipf.needsTransform();
|
bool needstransform = parent->ipf.needsTransform();
|
||||||
|
Reference in New Issue
Block a user