do not grab focus when showing image view
This commit is contained in:
parent
72848a5aef
commit
e4a086752f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user