Bug 2543 - Enh: Project Items are not ticked by default in Project Recovery Dialog

This commit is contained in:
James Crook 2020-09-13 12:47:03 +01:00
parent c7896a3656
commit b9212d8393
1 changed files with 1 additions and 0 deletions

View File

@ -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++;
}
}