Do not treat white balance changes as related to panning if before and after uses camera whitebalance
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user