mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-31 22:23:54 +01:00
Audacity now 'owns' a client window added by a plug-in.
This commit is contained in:
@@ -1243,6 +1243,7 @@ bool AudacityApp::OnInit()
|
||||
if( pWnd )
|
||||
{
|
||||
project->Show( false );
|
||||
pWnd->SetParent( project );
|
||||
SetTopWindow(pWnd);
|
||||
pWnd->Show( true );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user