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:
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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user