Don't demosaic again when changing 'False Colour Suppression Steps

This commit is contained in:
heckflosse
2016-03-14 17:40:19 +01:00
parent bc38a58297
commit 703b3edb0a
2 changed files with 3 additions and 3 deletions

View File

@@ -2772,13 +2772,13 @@ void ParamsEdited::combine (rtengine::procparams::ProcParams& toEdit, const rten
bool RAWParamsEdited::BayerSensor::isUnchanged() const
{
return method && ccSteps && dcbIterations && dcbEnhance && lmmseIterations/*&& allEnhance*/ && greenEq
return method && dcbIterations && dcbEnhance && lmmseIterations/*&& allEnhance*/ && greenEq
&& linenoise && exBlack0 && exBlack1 && exBlack2 && exBlack3 && exTwoGreen;
}
bool RAWParamsEdited::XTransSensor::isUnchanged() const
{
return method && ccSteps && exBlackRed && exBlackGreen && exBlackBlue;
return method && exBlackRed && exBlackGreen && exBlackBlue;
}
bool RAWParamsEdited::isUnchanged() const