remove spurious raise()

This commit is contained in:
Matthew Hodgson 2017-04-30 14:04:25 +01:00
parent 28b8cd5ad1
commit 24e7c7014e

View File

@ -34,8 +34,6 @@ ImageOverlayDialog::ImageOverlayDialog(QPixmap image, QWidget *parent)
setAttribute(Qt::WA_DeleteOnClose, true);
setWindowState(Qt::WindowFullScreen);
raise();
}
void ImageOverlayDialog::reject()