1
0
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:
Paul Licameli 2019-08-28 11:54:17 -04:00
parent fcf4b635d3
commit 7149d8fcf9

View File

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