mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20:06 +02:00
Fix bug #737.
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:
parent
c70c02130a
commit
4965b5a78d
@ -1246,6 +1246,7 @@ bool AudacityApp::OnInit()
|
||||
pWnd->Show( true );
|
||||
}
|
||||
|
||||
temporarywindow->Show( false );
|
||||
delete temporarywindow;
|
||||
|
||||
if( project->mShowSplashScreen )
|
||||
|
Loading…
x
Reference in New Issue
Block a user