feat: apply filtering to game list, correct selections after filtering

Will need to propogate these filtering options to the other places these things are present, there's a dedicated variant for just the stylesheet dialog window and also the Style tab.
This commit is contained in:
Brendan Hagan
2022-06-19 23:38:38 -04:00
parent 52f1724449
commit 766a99fbc4
5 changed files with 55 additions and 17 deletions
+2
View File
@@ -68,6 +68,8 @@ struct PackageList::ComparePackagePosHint {
void PackageList::showData(const String& pattern) {
// clear
packages.clear();
filtered_packages.clear();
filter.reset();
// find matching packages
vector<PackagedP> matching;