mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user