Added external custom profile generator option
This commit is contained in:
@@ -93,12 +93,13 @@ CropWindow::CropWindow (ImageArea* parent, rtengine::StagedImageProcessor* ipc_)
|
||||
minWidth = bsw + iw + 2*sideBorderWidth;
|
||||
|
||||
setSize (100, 100);
|
||||
zoom11();
|
||||
cropHandler.newImage (ipc_);
|
||||
cropHandler.setPosition (0,0);
|
||||
cropHandler.setEnabled (true);
|
||||
cropHandler.setCropHandlerListener (this);
|
||||
|
||||
zoom11();
|
||||
|
||||
state = SNormal;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user