1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-03 17:19:43 +02:00

Fix for bug 2030 - Manage dialog

Windows: Manage dialog in effects has reduced vertical height
OK and Cancel buttons.
Bug also affected Linux.
This commit is contained in:
Steve Daulton 2018-11-19 01:48:14 +00:00
parent e65e1d39d8
commit 85af1b981a

View File

@ -3655,6 +3655,7 @@ void EffectUIHost::OnSaveAs(wxCommandEvent & WXUNUSED(evt))
dlg.SetSize(dlg.GetSizer()->GetMinSize());
dlg.Center();
dlg.Fit();
while (true)
{