Merge pull request #5398 from rom9/filmnegative_thumb_update

Fixes #5397 by requiring thumbnail reprocessing when filmnegative params are changed
This commit is contained in:
Ingo Weyrich
2019-08-03 11:06:11 +02:00
committed by GitHub

View File

@@ -474,6 +474,7 @@ void Thumbnail::setProcParams (const ProcParams& pp, ParamsEdited* pe, int whoCh
|| pparams->filmSimulation != pp.filmSimulation
|| pparams->softlight != pp.softlight
|| pparams->dehaze != pp.dehaze
|| pparams->filmNegative != pp.filmNegative
|| whoChangedIt == FILEBROWSER
|| whoChangedIt == BATCHEDITOR;