Buffer underrun in RGB denoise, Issue 2337. Could also fix 'Crash when creating detail window, Issue 2324' (Thanks to Hombre)
This commit is contained in:
@@ -108,11 +108,14 @@ CropWindow::CropWindow (ImageArea* parent, rtengine::StagedImageProcessor* ipc_,
|
||||
|
||||
cropHandler.setCropHandlerListener (this);
|
||||
cropHandler.newImage (ipc_);
|
||||
cropHandler.setEnabled (true);
|
||||
|
||||
state = SNormal;
|
||||
}
|
||||
|
||||
void CropWindow::enable() {
|
||||
cropHandler.setEnabled (true);
|
||||
}
|
||||
|
||||
void CropWindow::setPosition (int x, int y) {
|
||||
|
||||
if (y<0)
|
||||
|
Reference in New Issue
Block a user