Merge branch 'master' into gtk3

This commit is contained in:
Beep6581
2016-02-23 09:26:00 +01:00
17 changed files with 132 additions and 73 deletions

View File

@@ -476,7 +476,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