1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 08:59:28 +02:00

Revert "Bug1329, partial: Enter invokes OK button again for effects on Mac"...

... because other fixes for Mac keyboard navigation have made this unnecessary.
This commit is contained in:
Paul Licameli 2016-06-28 05:23:07 -04:00
parent 176a977617
commit 2a6a1b2679

View File

@ -3177,11 +3177,6 @@ void EffectUIHost::OnInitDialog(wxInitDialogEvent & evt)
{ {
focused->SelectAll(); 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)) void EffectUIHost::OnErase(wxEraseEvent & WXUNUSED(evt))