Let hot pixel filter work at all zoom levels so Auto Levels works correctly, issue 2535

This commit is contained in:
DrSlony
2014-10-15 13:02:50 +02:00
parent df1a25bdcc
commit 07e1b45928

View File

@@ -153,7 +153,9 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall) {
rp.bayersensor.ccSteps = 0;
rp.xtranssensor.ccSteps = 0;
rp.deadPixelFilter = rp.hotPixelFilter = false;
/* Commented out the following line so that the hot pixel filter works at <100% zoom levels too, to fix issue 2535.
* rp.deadPixelFilter = rp.hotPixelFilter = false;
*/
}
progress ("Applying white balance, color correction & sRGB conversion...",100*readyphase/numofphases);