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:
parent
176a977617
commit
2a6a1b2679
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user