Merge branch 'master' into gtk3

This commit is contained in:
Beep6581
2016-04-17 20:12:30 +02:00
7 changed files with 140 additions and 92 deletions

View File

@@ -1899,6 +1899,7 @@ void CropWindow::zoomFitCrop ()
int centerX, centerY;
centerX = cropHandler.cropParams.x + cropHandler.cropParams.w / 2;
centerY = cropHandler.cropParams.y + cropHandler.cropParams.h / 2;
setCropAnchorPosition(centerX, centerY);
changeZoom (cz, true, centerX, centerY);
fitZoom = false;
}