diff --git a/rtgui/imagearea.cc b/rtgui/imagearea.cc index ce0699664..5383058e3 100644 --- a/rtgui/imagearea.cc +++ b/rtgui/imagearea.cc @@ -474,7 +474,13 @@ void ImageArea::addCropWindow () cw->setEditSubscriber (getCurrSubscriber()); cw->enable(); // start processing! - cw->centerCrop(); + { + int anchorX = 0; + int anchorY = 0; + mainCropWindow->getCropAnchorPosition(anchorX, anchorY); + cw->setCropAnchorPosition(anchorX, anchorY); + } + mainCropWindow->setObservedCropWin (cropWins.front()); if(cropWins.size() == 1) { // after first detail window we already have high quality