From 021508c7b9542ec0e05970475c68454865f59d12 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Tue, 4 Aug 2020 09:55:31 -0500 Subject: [PATCH] AUP3: Ensure list has initial focus in Auto Recovery dialog --- src/AutoRecoveryDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()