From 2a6a1b2679def8b16d71317aaad18404fad1e130 Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Tue, 28 Jun 2016 05:23:07 -0400 Subject: [PATCH] Revert "Bug1329, partial: Enter invokes OK button again for effects on Mac"... ... because other fixes for Mac keyboard navigation have made this unnecessary. --- src/effects/Effect.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/effects/Effect.cpp b/src/effects/Effect.cpp index abc8a3c15..b2cc7ee5e 100644 --- a/src/effects/Effect.cpp +++ b/src/effects/Effect.cpp @@ -3177,11 +3177,6 @@ void EffectUIHost::OnInitDialog(wxInitDialogEvent & evt) { focused->SelectAll(); } - -#ifdef __WXMAC__ // PRL: Bug1329, partial fix, but really it's the fault of - // wxWidgets 3.0.2 - mApplyBtn->SetFocus(); -#endif } void EffectUIHost::OnErase(wxEraseEvent & WXUNUSED(evt))