mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Sort after addition again.
This commit is contained in:
parent
d5dc70ccee
commit
8a6bfc05cd
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ QModelIndex DeckListModel::addCard(const QString &cardName,
|
|||
cardNode->setCardProviderId(cardInfoSet.getProperty("uuid"));
|
||||
deckList->refreshDeckHash();
|
||||
}
|
||||
// sort(lastKnownColumn, lastKnownOrder);
|
||||
sort(lastKnownColumn, lastKnownOrder);
|
||||
emitRecursiveUpdates(parentIndex);
|
||||
return nodeToIndex(cardNode);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue