mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 08:33:53 +01:00
AUP3: Ensure list has initial focus in Auto Recovery dialog
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user