diff --git a/src/AutoRecoveryDialog.cpp b/src/AutoRecoveryDialog.cpp index 71c29fb47..a57f30808 100644 --- a/src/AutoRecoveryDialog.cpp +++ b/src/AutoRecoveryDialog.cpp @@ -195,8 +195,8 @@ void AutoRecoveryDialog::PopulateList() mFileList->SetItemState(0, wxLIST_STATE_FOCUSED | wxLIST_STATE_SELECTED, wxLIST_STATE_FOCUSED | wxLIST_STATE_SELECTED); + mFileList->SetFocus(); } - } bool AutoRecoveryDialog::HaveChecked()