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:
parent
0ff51ffcee
commit
021508c7b9
@ -195,8 +195,8 @@ void AutoRecoveryDialog::PopulateList()
|
|||||||
mFileList->SetItemState(0,
|
mFileList->SetItemState(0,
|
||||||
wxLIST_STATE_FOCUSED | wxLIST_STATE_SELECTED,
|
wxLIST_STATE_FOCUSED | wxLIST_STATE_SELECTED,
|
||||||
wxLIST_STATE_FOCUSED | wxLIST_STATE_SELECTED);
|
wxLIST_STATE_FOCUSED | wxLIST_STATE_SELECTED);
|
||||||
|
mFileList->SetFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AutoRecoveryDialog::HaveChecked()
|
bool AutoRecoveryDialog::HaveChecked()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user