Crop detail start with zoom 100%

Removed zoom11 in CropWindow constructor (zoom 1:1 prevents optimization during first image load ).
This commit is contained in:
ffsup2
2010-11-07 14:51:35 +01:00
parent 1d2f113a24
commit 3d2c904676
2 changed files with 7 additions and 4 deletions

View File

@@ -93,7 +93,6 @@ CropWindow::CropWindow (ImageArea* parent, rtengine::StagedImageProcessor* ipc_)
minWidth = bsw + iw + 2*sideBorderWidth;
setSize (100, 100);
zoom11();
cropHandler.newImage (ipc_);
cropHandler.setPosition (0,0);
cropHandler.setEnabled (true);