mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -07:00
fix view transform button disappearing on click (#5535)
This commit is contained in:
parent
33d8edeb9a
commit
34e0130b90
1 changed files with 0 additions and 3 deletions
|
|
@ -151,9 +151,6 @@ void CardInfoFrameWidget::setCard(CardInfoPtr card)
|
|||
disconnect(info.data(), nullptr, this, nullptr);
|
||||
}
|
||||
|
||||
if (viewTransformationButton) {
|
||||
viewTransformationButton->setVisible(false);
|
||||
}
|
||||
info = std::move(card);
|
||||
|
||||
if (info) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue