diff --git a/src/effects/Effect.cpp b/src/effects/Effect.cpp index e1a44bde7..cdfabc258 100644 --- a/src/effects/Effect.cpp +++ b/src/effects/Effect.cpp @@ -3177,6 +3177,8 @@ void EffectUIHost::OnInitDialog(wxInitDialogEvent & evt) { focused->SelectAll(); } + + mApplyBtn->SetFocus(); } void EffectUIHost::OnErase(wxEraseEvent & WXUNUSED(evt))