mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Minor fix
This commit is contained in:
parent
e484d2b0cc
commit
4a8a8ad432
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ void CardInfoFrameWidget::viewTransformation()
|
|||
const auto &cardRelations = info->getAllRelatedCards();
|
||||
for (const auto &cardRelation : cardRelations) {
|
||||
if (cardRelation->getDoesTransform()) {
|
||||
viewTransformationButton->setVisible(true);
|
||||
setCard(cardRelation->getName());
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue