Bugfix for detail window crash, and code cleanup.
This commit is contained in:
@@ -320,9 +320,6 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall) {
|
||||
readyphase++;
|
||||
progress ("Defringing...",100*readyphase/numofphases);
|
||||
ipf.defringe (nprevl);
|
||||
readyphase++;
|
||||
progress ("Denoising luma/chroma...",100*readyphase/numofphases);
|
||||
//ipf.dirpyrdenoise (nprevl);
|
||||
readyphase++;
|
||||
if (params.sharpenEdge.enabled) {
|
||||
progress ("Edge sharpening...",100*readyphase/numofphases);
|
||||
|
Reference in New Issue
Block a user