1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 15:50:05 +02:00

Bug2077: FFmpeg custom options sub-modal dialog should appear foremost

This commit is contained in:
Paul Licameli 2019-08-28 11:54:17 -04:00
parent fcf4b635d3
commit 7149d8fcf9

@ -468,7 +468,7 @@ void ExportFFmpegCustomOptions::OnOpen(wxCommandEvent & WXUNUSED(evt))
} }
} }
DropFFmpegLibs(); DropFFmpegLibs();
auto pWin = wxTheApp->GetTopWindow(); auto pWin = wxGetTopLevelParent( this );
ExportFFmpegOptions od(pWin); ExportFFmpegOptions od(pWin);
od.ShowModal(); od.ShowModal();
} }