Do not treat changes of tonecurve.fromHistMatching as related to panning

This commit is contained in:
Ingo Weyrich
2019-08-29 21:04:56 +02:00
parent 061bf713c8
commit 1ff505432c
3 changed files with 25 additions and 1 deletions

View File

@@ -1514,7 +1514,7 @@ void ImProcCoordinator::process()
while (changeSinceLast) {
const bool panningRelatedChange =
params->toneCurve != nextParams->toneCurve
params->toneCurve.isPanningRelatedChange(nextParams->toneCurve)
|| params->labCurve != nextParams->labCurve
|| params->localContrast != nextParams->localContrast
|| params->rgbCurves != nextParams->rgbCurves