Bugfix for checkboxes in Batchtoolpanel ( raw tab )

This commit is contained in:
ffsup2
2011-01-30 23:52:47 +01:00
parent 860e8037f0
commit dcf0f2bdef

View File

@@ -140,7 +140,18 @@ void ParamsEdited::set (bool v) {
raw.ccSteps = v;
raw.dmethod = v;
raw.dcbIterations = v;
raw.dcbEnhance = 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;
raw.ff_file = v;
raw.ff_AutoSelect = v;
raw.ff_BlurRadius = v;