mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Raise splashscreen at start up.
This commit is contained in:
parent
98f495a485
commit
3bce6f1c21
@ -1482,6 +1482,7 @@ bool AudacityApp::OnInit()
|
||||
temporarywindow.Center();
|
||||
temporarywindow.SetTitle(_("Audacity is starting up..."));
|
||||
SetTopWindow(&temporarywindow);
|
||||
temporarywindow.Raise();
|
||||
|
||||
// ANSWER-ME: Why is YieldFor needed at all?
|
||||
//wxEventLoopBase::GetActive()->YieldFor(wxEVT_CATEGORY_UI|wxEVT_CATEGORY_USER_INPUT|wxEVT_CATEGORY_UNKNOWN);
|
||||
|
Loading…
x
Reference in New Issue
Block a user