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
1 changed files with 1 additions and 0 deletions

View File

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