Merge branch 'dev' into dual_demosaic_auto_threshold
This commit is contained in:
@@ -189,7 +189,7 @@ void XTransProcess::setDefaults(const rtengine::procparams::ProcParams* defParam
|
||||
}
|
||||
}
|
||||
|
||||
void XTransProcess::adjusterChanged (Adjuster* a, double newval)
|
||||
void XTransProcess::adjusterChanged(Adjuster* a, double newval)
|
||||
{
|
||||
if (listener) {
|
||||
if (a == ccSteps) {
|
||||
@@ -209,6 +209,10 @@ void XTransProcess::checkBoxToggled (CheckBox* c, CheckValue newval)
|
||||
}
|
||||
}
|
||||
|
||||
void XTransProcess::adjusterAutoToggled(Adjuster* a, bool newval)
|
||||
{
|
||||
}
|
||||
|
||||
void XTransProcess::methodChanged ()
|
||||
{
|
||||
const int curSelection = method->get_active_row_number();
|
||||
|
Reference in New Issue
Block a user