1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-10 00:51:13 +02:00

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

This commit is contained in:
Paul Licameli 2016-06-14 01:11:23 -04:00
parent 14f3083f6c
commit dfa91655d3

View File

@ -3177,6 +3177,8 @@ void EffectUIHost::OnInitDialog(wxInitDialogEvent & evt)
{ {
focused->SelectAll(); focused->SelectAll();
} }
mApplyBtn->SetFocus();
} }
void EffectUIHost::OnErase(wxEraseEvent & WXUNUSED(evt)) void EffectUIHost::OnErase(wxEraseEvent & WXUNUSED(evt))