Render abstract profile and white level in browser

Enable rendering of abstract profile adjustments in the file browser
thumbnail.

Fix updating of white level in the thumbnail.
This commit is contained in:
Lawrence Lee
2023-07-29 18:39:35 -07:00
parent 6787c53c9b
commit b0c53be783
2 changed files with 45 additions and 0 deletions

View File

@@ -460,6 +460,7 @@ void Thumbnail::setProcParams (const ProcParams& pp, ParamsEdited* pe, int whoCh
const bool needsReprocessing =
resetToDefault
|| blackLevelChanged
|| pparams->raw.expos != pp.raw.expos
|| pparams->toneCurve != pp.toneCurve
|| pparams->locallab != pp.locallab
|| pparams->labCurve != pp.labCurve