mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Bug 2543 - Enh: Project Items are not ticked by default in Project Recovery Dialog
This commit is contained in:
parent
c7896a3656
commit
b9212d8393
@ -185,6 +185,7 @@ void AutoRecoveryDialog::PopulateList()
|
||||
mFiles.push_back(fn.GetFullPath());
|
||||
mFileList->InsertItem(item, wxT(""));
|
||||
mFileList->SetItem(item, 1, fn.GetName());
|
||||
mFileList->CheckItem(item, true);
|
||||
item++;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user