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:
Konstantinos Sideris 2017-04-30 13:00:11 +03:00 committed by Matthew Hodgson
parent fc5a40e18c
commit 13bdc85d71

View File

@ -36,8 +36,6 @@ ImageOverlayDialog::ImageOverlayDialog(QPixmap image, QWidget *parent)
setWindowState(Qt::WindowFullScreen);
raise();
connect(this, SIGNAL(closing()), this, SLOT(closeDialog()));
}