Issue 795: zoom to center

This commit is contained in:
torger
2013-11-19 07:30:00 +01:00
parent 5bd883c56b
commit 047fd34e4e
2 changed files with 56 additions and 4 deletions

1
rtgui/cropwindow.h Normal file → Executable file
View File

@@ -74,6 +74,7 @@ class CropWindow : public LWButtonListener, public CropHandlerListener {
ImageArea* iarea;
int cropZoom; // *1000
unsigned int zoomVersion, exposeVersion;
// crop gui listener
CropGUIListener* cropgl;