Merge branch 'dev' into dual_demosaic_auto_threshold

This commit is contained in:
heckflosse
2018-10-21 21:54:24 +02:00
177 changed files with 1886 additions and 1041 deletions

View File

@@ -553,6 +553,10 @@ void BayerProcess::adjusterChanged (Adjuster* a, double newval)
}
}
void BayerProcess::adjusterAutoToggled(Adjuster* a, bool newval)
{
}
void BayerProcess::methodChanged ()
{
const int currentSelection = method->get_active_row_number();