From dfa91655d3c30af60f347c70106661c68911980a Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 14 Jun 2016 01:11:23 -0400 Subject: [PATCH] Bug1329, partial: Enter invokes OK button again for effects on Mac --- src/effects/Effect.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/effects/Effect.cpp b/src/effects/Effect.cpp index e1a44bde7..cdfabc258 100644 --- a/src/effects/Effect.cpp +++ b/src/effects/Effect.cpp @@ -3177,6 +3177,8 @@ void EffectUIHost::OnInitDialog(wxInitDialogEvent & evt) { focused->SelectAll(); } + + mApplyBtn->SetFocus(); } void EffectUIHost::OnErase(wxEraseEvent & WXUNUSED(evt))