diff --git a/common/dialogs/dialog_paste_special.cpp b/common/dialogs/dialog_paste_special.cpp index 37079051a0..aba021878a 100644 --- a/common/dialogs/dialog_paste_special.cpp +++ b/common/dialogs/dialog_paste_special.cpp @@ -45,6 +45,8 @@ DIALOG_PASTE_SPECIAL::DIALOG_PASTE_SPECIAL( wxWindow* aParent, "with '%s'." ), aReplacement ) ); + m_sdbSizerOK->SetFocus(); + // Now all widgets have the size fixed, call FinishDialogSettings finishDialogSettings(); }