1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

AUP3: Ensure list has initial focus in Auto Recovery dialog

This commit is contained in:
Leland Lucius 2020-08-04 09:55:31 -05:00
parent 0ff51ffcee
commit 021508c7b9

View File

@ -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()