remove spurious raise()

This commit is contained in:
Matthew Hodgson 2017-04-30 14:04:25 +01:00
parent 46b6d943a2
commit 8efb767bdd

View File

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