mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
Raise the AddPerspective Edit dialog to stop it being hidden
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user