fix #1915
This commit is contained in:
parent
948a5c62ef
commit
c7061523e6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ void CardInfoWidget::setCard(CardInfo *card)
|
|||
|
||||
void CardInfoWidget::setCard(const QString &cardName)
|
||||
{
|
||||
setCard(db->getCard(cardName));
|
||||
setCard(db->getCardBySimpleName(cardName));
|
||||
}
|
||||
|
||||
void CardInfoWidget::setCard(AbstractCardItem *card)
|
||||
|
|
Loading…
Reference in a new issue