Bugfix for checkboxes in Batchtoolpanel ( raw tab )

This commit is contained in:
ffsup2
2011-01-31 23:30:02 +01:00
parent 93c2c75271
commit 0273ace166

View File

@@ -136,10 +136,21 @@ void ParamsEdited::set (bool v) {
icm.gammaOnInput = v;
icm.working = v;
icm.output = v;
raw.ccSteps = v;
raw.dmethod = v;
raw.dcbIterations = v;
raw.dcbEnhance = v;
raw.ccSteps = v;
raw.dmethod = v;
raw.dcbIterations = v;
raw.dcbEnhance = v;
raw.dfAuto = v;
raw.caCorrection = v;
raw.hotDeadPixel = v;
raw.caBlue = v;
raw.caRed = v;
raw.darkFrame = v;
raw.exPos = v;
raw.exCorrection = v;
raw.exPreser = v;
raw.greenEq = v;
raw.linenoise = v;
equalizer.enabled = v;
dirpyrequalizer.enabled = v;
hsvequalizer.enabled = v;