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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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