mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-31 07:59:27 +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:
parent
176a977617
commit
2a6a1b2679
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user