Do not treat white balance changes as related to panning if before and after uses camera whitebalance

This commit is contained in:
Ingo Weyrich
2019-08-29 22:07:15 +02:00
parent 1ff505432c
commit df8367558b
3 changed files with 17 additions and 1 deletions

View File

@@ -1520,7 +1520,7 @@ void ImProcCoordinator::process()
|| params->rgbCurves != nextParams->rgbCurves
|| params->colorToning != nextParams->colorToning
|| params->vibrance != nextParams->vibrance
|| params->wb != nextParams->wb
|| params->wb.isPanningRelatedChange(nextParams->wb)
|| params->colorappearance != nextParams->colorappearance
|| params->epd != nextParams->epd
|| params->fattal != nextParams->fattal