Merge branch 'master' into gtk3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#define MAXTEMP 60000 //12000
|
||||
#define CENTERTEMP 4750
|
||||
#define MINGREEN 0.02
|
||||
#define MAXGREEN 5.0
|
||||
#define MAXGREEN 10.0
|
||||
#define MINEQUAL 0.8
|
||||
#define MAXEQUAL 1.5
|
||||
|
||||
|
Reference in New Issue
Block a user