Cbdl before b&w, fix refresh bug

This commit is contained in:
heckflosse
2016-02-19 19:26:11 +01:00
parent 5d9b07ae1a
commit c2c93faa35

View File

@@ -712,7 +712,7 @@ void Crop::update (int todo)
transCrop = NULL;
}
if ((todo && (M_TRANSFORM)) && params.dirpyrequalizer.cbdlMethod == "bef" && params.dirpyrequalizer.enabled) {
if ((todo & (M_TRANSFORM)) && params.dirpyrequalizer.cbdlMethod == "bef" && params.dirpyrequalizer.enabled) {
if( (!params.colorappearance.enabled )) {
TMatrix wprof, wiprof;