From 20b1ad9f7a675fd3b0d1be7452f71160ce06de71 Mon Sep 17 00:00:00 2001 From: Danny Piper Date: Wed, 12 May 2021 22:04:45 +0100 Subject: [PATCH] fix to the issues that @ebbit1q found what caued them idk --- cockatrice/src/carditem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cockatrice/src/carditem.cpp b/cockatrice/src/carditem.cpp index 03b9bbafb..27550175d 100644 --- a/cockatrice/src/carditem.cpp +++ b/cockatrice/src/carditem.cpp @@ -87,6 +87,7 @@ void CardItem::deleteLater() void CardItem::setZone(CardZone *_zone) { zone = _zone; + emit updateCardMenu(this); } void CardItem::retranslateUi()