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:
parent
e65e1d39d8
commit
85af1b981a
@ -3655,6 +3655,7 @@ void EffectUIHost::OnSaveAs(wxCommandEvent & WXUNUSED(evt))
|
||||
|
||||
dlg.SetSize(dlg.GetSizer()->GetMinSize());
|
||||
dlg.Center();
|
||||
dlg.Fit();
|
||||
|
||||
while (true)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user