From 85af1b981a1aa2ab04ab9ffaf0940ea2656027e6 Mon Sep 17 00:00:00 2001 From: Steve Daulton Date: Mon, 19 Nov 2018 01:48:14 +0000 Subject: [PATCH] Fix for bug 2030 - Manage dialog Windows: Manage dialog in effects has reduced vertical height OK and Cancel buttons. Bug also affected Linux. --- src/effects/Effect.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects/Effect.cpp b/src/effects/Effect.cpp index 1ef57ac1e..161669626 100644 --- a/src/effects/Effect.cpp +++ b/src/effects/Effect.cpp @@ -3655,6 +3655,7 @@ void EffectUIHost::OnSaveAs(wxCommandEvent & WXUNUSED(evt)) dlg.SetSize(dlg.GetSizer()->GetMinSize()); dlg.Center(); + dlg.Fit(); while (true) {