Rebuild tree any time setDeckList is called. (#6353)

Took 2 hours 5 minutes

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL
2025-11-27 22:02:27 +01:00
committed by GitHub
parent 553952132f
commit 1c5bfdbabe

View File

@@ -539,8 +539,8 @@ void DeckListModel::setDeckList(DeckList *_deck)
{
if (deckList != _deck) {
deckList = _deck;
rebuildTree();
}
rebuildTree();
}
QList<ExactCard> DeckListModel::getCards() const