From 06a2eab9f69f66f3455119e4115fbb53c011c177 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Mon, 27 Apr 2015 21:14:47 -0500 Subject: [PATCH] Center dialog...was in the top-left corner on OSX. --- src/effects/Effect.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/effects/Effect.cpp b/src/effects/Effect.cpp index 9d3207387..94b6c768a 100644 --- a/src/effects/Effect.cpp +++ b/src/effects/Effect.cpp @@ -1116,6 +1116,7 @@ wxString Effect::GetPreset(wxWindow * parent, const wxString & parms) dlg.Layout(); dlg.Fit(); dlg.SetSize(dlg.GetMinSize()); + dlg.CenterOnParent(); dlg.SetSelected(parms); if (dlg.ShowModal())