the files pp3 was not updated

This commit is contained in:
jdc
2011-01-06 09:55:08 +01:00
parent ac9f1c7b09
commit 90b63e2c0c
8 changed files with 40 additions and 29 deletions

View File

@@ -290,7 +290,6 @@ void ParamsEdited::initFrom (const std::vector<rtengine::procparams::ProcParams>
raw.caCorrection = raw.caCorrection && p.raw.ca_autocorrect == other.raw.ca_autocorrect;
raw.caRed = raw.caRed && p.raw.cared == other.raw.cared;
raw.caBlue = raw.caBlue && p.raw.cablue == other.raw.cablue;
// raw.exCorrection = raw.exCorrection && p.raw.expos_correc == other.raw.expos_correc;
raw.exPos = raw.exPos && p.raw.expos == other.raw.expos;
raw.exPreser = raw.exPreser && p.raw.preser == other.raw.preser; //exposi
raw.darkFrame = raw.darkFrame && p.raw.dark_frame == other.raw.dark_frame;