Small optimization for ca correction

This commit is contained in:
heckflosse
2016-03-02 17:10:02 +01:00
parent d00c895b3d
commit 1ddd7b6e3f
4 changed files with 7 additions and 9 deletions

View File

@@ -119,8 +119,8 @@ void RAWCACorr::adjusterChanged (Adjuster* a, double newval)
listener->panelChanged (EvPreProcessCARed, value );
} else if (a == caBlue) {
listener->panelChanged (EvPreProcessCABlue, value );
} else if (a == caStrength) {
listener->panelChanged (EvPreProcessCAStrength, value );
// } else if (a == caStrength) {
// listener->panelChanged (EvPreProcessCAStrength, value );
}
}
}