do not grab focus when showing image view

This commit is contained in:
wmayer
2016-09-26 17:54:34 +02:00
parent 074edc5cf4
commit 126bfa13d4

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