diff --git a/src/Mod/Image/Gui/ImageView.cpp b/src/Mod/Image/Gui/ImageView.cpp index 1f3bdf74c..a2a0ea3ed 100644 --- a/src/Mod/Image/Gui/ImageView.cpp +++ b/src/Mod/Image/Gui/ImageView.cpp @@ -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