Raise the AddPerspective Edit dialog to stop it being hidden

This commit is contained in:
Mark Liversedge
2021-07-08 19:49:26 +01:00
parent b738038907
commit c4d6ee065e

View File

@@ -1780,6 +1780,9 @@ AddPerspectiveDialog::AddPerspectiveDialog(Context *context, QString &name, QStr
connect(add, SIGNAL(clicked()), this, SLOT(addClicked()));
connect(cancel, SIGNAL(clicked()), this, SLOT(cancelClicked()));
// want on top
raise();
}
void