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:
parent
14f3083f6c
commit
dfa91655d3
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user