Fixes #5397 by requiring thumbnail reprocessing when filmnegative params are changed.

This commit is contained in:
rom9
2019-08-02 13:28:48 +02:00
parent b36e14c731
commit 06f224a4eb

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;