Fix thumbnail spot removal with dehaze & film neg.

This commit is contained in:
Lawrence Lee
2021-05-15 23:49:25 -07:00
parent ca4241109a
commit 38075be8cc
2 changed files with 11 additions and 6 deletions

View File

@@ -750,7 +750,7 @@ void Crop::update(int todo)
parent->imgsrc->getImage(parent->currWB, tr, f, pp, params.toneCurve, params.raw);
parent->imgsrc->convertColorSpace(f, params.icm, parent->currWB);
if (params.dirpyrDenoise.enabled || params.filmNegative.enabled) {
if (params.dirpyrDenoise.enabled || params.filmNegative.enabled || params.spot.enabled) {
// copy the denoised crop
int oy = trafy / skip;
int ox = trafx / skip;