Fix MainWindow being out of focus when the fullscreen overlay is closed
That was probably a Linux specific issue or my mouse is buggy.
This commit is contained in:
parent
fc5a40e18c
commit
13bdc85d71
@ -36,8 +36,6 @@ ImageOverlayDialog::ImageOverlayDialog(QPixmap image, QWidget *parent)
|
|||||||
|
|
||||||
setWindowState(Qt::WindowFullScreen);
|
setWindowState(Qt::WindowFullScreen);
|
||||||
|
|
||||||
raise();
|
|
||||||
|
|
||||||
connect(this, SIGNAL(closing()), this, SLOT(closeDialog()));
|
connect(this, SIGNAL(closing()), this, SLOT(closeDialog()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user