mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
AppFwk : ProgressDialog : Add window flags
This commit is contained in:
parent
1e70551a27
commit
3f55d4f1f0
@ -188,7 +188,7 @@ namespace caf {
|
||||
static QPointer<QProgressDialog> progDialog;
|
||||
if (progDialog.isNull())
|
||||
{
|
||||
progDialog = new QProgressDialog();
|
||||
progDialog = new QProgressDialog(nullptr, Qt::WindowTitleHint | Qt::WindowSystemMenuHint);
|
||||
|
||||
progDialog->hide();
|
||||
progDialog->setAutoClose(false);
|
||||
|
Loading…
Reference in New Issue
Block a user