[DeckDockWidget] clean up grouping and format sync (#6467)

* [DeckDockWidget] clean up grouping and format sync

* refresh legalities in rebuildTree

* extract applyActiveGroupCriteria

* Fix build failure
This commit is contained in:
RickyRister
2025-12-31 23:35:43 -08:00
committed by GitHub
parent df9a8b2272
commit 987fe9c9e2
3 changed files with 19 additions and 15 deletions
@@ -599,6 +599,7 @@ void DeckListModel::setDeckList(const QSharedPointer<DeckList> &_deck)
deckList = _deck;
}
rebuildTree();
refreshCardFormatLegalities();
emit deckReplaced();
}