This commit is contained in:
Wyatt Olson
2010-11-11 08:47:56 -07:00

View File

@@ -229,7 +229,8 @@ void ImageArea::unGrabFocus () {
}
void ImageArea::addCropWindow () {
if (!mainCropWindow) return; // if called but no image is loaded, it would crash
CropWindow* cw = new CropWindow (this, ipc);
cw->zoom11();
cw->setCropGUIListener (cropgl);