mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Merge pull request #2858 from bwalding/raise-after-oauth
Ensure the Cloud Service wizard on top after the OAuth modal dialog closes
This commit is contained in:
@@ -351,6 +351,10 @@ AddAuth::doAuth()
|
||||
message->show();
|
||||
wizard->cloudService->message = "";
|
||||
}
|
||||
|
||||
// Due to the OAuth dialog being modal, the order of the background windows can get out of order
|
||||
// This ensures the wizard is back on top
|
||||
wizard->raise();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user