mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 23:12:14 -07:00
Update count label.
This commit is contained in:
parent
669e9e42f6
commit
69adf806e6
1 changed files with 2 additions and 0 deletions
|
|
@ -506,6 +506,8 @@ void SetEntryWidget::populateCardList()
|
||||||
unusedCards.removeAll(cardName);
|
unusedCards.removeAll(cardName);
|
||||||
}
|
}
|
||||||
checkVisibility();
|
checkVisibility();
|
||||||
|
countLabel->setText(QString::number(possibleCards.size()) + " (" +
|
||||||
|
QString::number(possibleCards.size() + unusedCards.size()) + ")");
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetEntryWidget::updateCardDisplayWidgets()
|
void SetEntryWidget::updateCardDisplayWidgets()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue