mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
[CardInfo] Display set short name and collector number in info widget. (#6378)
* [CardInfo] Display set short name and collector number in info widget. * Lint. * Use reference.
This commit is contained in:
parent
30cc8ad6f9
commit
d29e72ce72
4 changed files with 16 additions and 4 deletions
|
|
@ -154,7 +154,7 @@ void CardInfoFrameWidget::setCard(const ExactCard &card)
|
|||
|
||||
setViewTransformationButtonVisibility(hasTransformation(exactCard.getInfo()));
|
||||
|
||||
text->setCard(exactCard.getCardPtr());
|
||||
text->setCard(exactCard);
|
||||
pic->setCard(exactCard);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue