mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-17 06:34:00 +01:00
Raise splashscreen at start up.
This commit is contained in:
@@ -1482,6 +1482,7 @@ bool AudacityApp::OnInit()
|
|||||||
temporarywindow.Center();
|
temporarywindow.Center();
|
||||||
temporarywindow.SetTitle(_("Audacity is starting up..."));
|
temporarywindow.SetTitle(_("Audacity is starting up..."));
|
||||||
SetTopWindow(&temporarywindow);
|
SetTopWindow(&temporarywindow);
|
||||||
|
temporarywindow.Raise();
|
||||||
|
|
||||||
// ANSWER-ME: Why is YieldFor needed at all?
|
// ANSWER-ME: Why is YieldFor needed at all?
|
||||||
//wxEventLoopBase::GetActive()->YieldFor(wxEVT_CATEGORY_UI|wxEVT_CATEGORY_USER_INPUT|wxEVT_CATEGORY_UNKNOWN);
|
//wxEventLoopBase::GetActive()->YieldFor(wxEVT_CATEGORY_UI|wxEVT_CATEGORY_USER_INPUT|wxEVT_CATEGORY_UNKNOWN);
|
||||||
|
|||||||
Reference in New Issue
Block a user