1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 00:20:06 +02:00

Raise splashscreen at start up.

This commit is contained in:
James Crook 2019-10-03 20:24:06 +01:00
parent 98f495a485
commit 3bce6f1c21

View File

@ -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);