make CropWindow::zoomFitCrop call CropWindow::zoomFit if the image has no crop
This commit is contained in:
@@ -2082,6 +2082,8 @@ void CropWindow::zoomFitCrop ()
|
||||
setCropAnchorPosition(centerX, centerY);
|
||||
changeZoom (cz, true, centerX, centerY);
|
||||
fitZoom = false;
|
||||
} else {
|
||||
zoomFit();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user