Added one file which I forgot with last commit

This commit is contained in:
heckflosse
2017-01-15 23:11:53 +01:00
parent dfd7c29b06
commit 4ecdf8dca9

View File

@@ -61,9 +61,10 @@ ZoomStep zoomSteps[] = {
{"500%", 5.0, 5000},
{"600%", 6.0, 6000},
{"700%", 7.0, 7000},
{"800%", 8.0, 8000}
{"800%", 8.0, 8000},
{"1600%", 16.0, 16000}
};
#define MAXZOOMSTEPS 20
#define MAXZOOMSTEPS 21
#define ZOOM11INDEX 13
CropWindow::CropWindow (ImageArea* parent, bool isLowUpdatePriority_, bool isDetailWindow)