remove spurious raise()
This commit is contained in:
parent
28b8cd5ad1
commit
24e7c7014e
@ -34,8 +34,6 @@ ImageOverlayDialog::ImageOverlayDialog(QPixmap image, QWidget *parent)
|
|||||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||||
|
|
||||||
setWindowState(Qt::WindowFullScreen);
|
setWindowState(Qt::WindowFullScreen);
|
||||||
|
|
||||||
raise();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ImageOverlayDialog::reject()
|
void ImageOverlayDialog::reject()
|
||||||
|
Loading…
Reference in New Issue
Block a user