mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Bug2077: FFmpeg custom options sub-modal dialog should appear foremost
This commit is contained in:
parent
fcf4b635d3
commit
7149d8fcf9
@ -468,7 +468,7 @@ void ExportFFmpegCustomOptions::OnOpen(wxCommandEvent & WXUNUSED(evt))
|
||||
}
|
||||
}
|
||||
DropFFmpegLibs();
|
||||
auto pWin = wxTheApp->GetTopWindow();
|
||||
auto pWin = wxGetTopLevelParent( this );
|
||||
ExportFFmpegOptions od(pWin);
|
||||
od.ShowModal();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user