Some fixes for Noise Reduction, Issue 2557 #23
This commit is contained in:
@@ -82,7 +82,7 @@ class CropHandler : public rtengine::DetailedCropListener, public rtengine::Size
|
||||
void setCropHandlerListener (CropHandlerListener* l) { listener = l; }
|
||||
void setEditSubscriber (EditSubscriber* newSubscriber);
|
||||
|
||||
void newImage (rtengine::StagedImageProcessor* ipc_);
|
||||
void newImage (rtengine::StagedImageProcessor* ipc_, bool isDetailWindow);
|
||||
void setZoom (int z, int centerx=-1, int centery=-1);
|
||||
double getFitZoom ();
|
||||
void setWSize (int w, int h);
|
||||
|
Reference in New Issue
Block a user