fixes #3395, unrelated bulk changes cause saturation setting to double its value

This commit is contained in:
heckflosse
2016-08-17 16:15:35 +02:00
parent b710595335
commit cd16b91be0

View File

@@ -247,6 +247,10 @@ void BatchToolPanelCoordinator::initSession ()
pparams.toneCurve.contrast = 0;
}
if (options.baBehav[ADDSET_TC_SATURATION]) {
pparams.toneCurve.saturation = 0;
}
if (options.baBehav[ADDSET_SH_HIGHLIGHTS]) {
pparams.sh.highlights = 0;
}