Activated Auto Raw-CA-correction at zoom levels lower than 100%, Issue 2152

This commit is contained in:
Ingo
2013-12-22 17:42:34 +01:00
parent db8c0f4a8a
commit 55409fd513

View File

@@ -143,7 +143,6 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall) {
if( !highDetailNeeded ){ if( !highDetailNeeded ){
// if below 100% magnification, take a fast path // if below 100% magnification, take a fast path
rp.dmethod = RAWParams::methodstring[RAWParams::fast]; rp.dmethod = RAWParams::methodstring[RAWParams::fast];
rp.ca_autocorrect = false;
rp.hotdeadpix_filt = false; rp.hotdeadpix_filt = false;
rp.ccSteps = 0; rp.ccSteps = 0;
//rp.all_enhance = false; //rp.all_enhance = false;