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()