Avoid unnecessary processing when zooming to >= 100% or opening detail windows

This commit is contained in:
heckflosse
2018-02-06 13:50:00 +01:00
parent 563d443de3
commit c9819d35e6
4 changed files with 10 additions and 8 deletions

View File

@@ -426,7 +426,7 @@ void ImageArea::addCropWindow ()
}
CropWindow* cw = new CropWindow (this, true, true);
cw->zoom11();
cw->zoom11(false);
cw->setCropGUIListener (cropgl);
cw->setPointerMotionListener (pmlistener);
cw->setPointerMotionHListener (pmhlistener);