1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 00:20:06 +02:00
The problem was the the splash window was displayed
when the FFmpeg warning dialog appeared.  Just needed
to hide it before deleting the window since the actual
deletion is defered to some time later.
This commit is contained in:
lllucius@gmail.com 2014-08-04 16:41:27 +00:00
parent c70c02130a
commit 4965b5a78d

View File

@ -1246,6 +1246,7 @@ bool AudacityApp::OnInit()
pWnd->Show( true );
}
temporarywindow->Show( false );
delete temporarywindow;
if( project->mShowSplashScreen )