do not grab focus when showing image view

This commit is contained in:
wmayer 2016-09-26 17:54:34 +02:00
parent 72848a5aef
commit e4a086752f

View File

@ -459,7 +459,7 @@ void ImageView::wheelEvent(QWheelEvent * cEvent)
void ImageView::showEvent (QShowEvent *)
{
_pGLImageBox->setFocus();
//_pGLImageBox->setFocus();
}
// Update the status bar with the image parameters for the current mouse position