diff --git a/cockatrice/src/client/ui/widgets/printing_selector/card_amount_widget.cpp b/cockatrice/src/client/ui/widgets/printing_selector/card_amount_widget.cpp index f4a439b57..5ebfce123 100644 --- a/cockatrice/src/client/ui/widgets/printing_selector/card_amount_widget.cpp +++ b/cockatrice/src/client/ui/widgets/printing_selector/card_amount_widget.cpp @@ -119,7 +119,7 @@ void CardAmountWidget::addPrinting(const QString &zone) } deckModel->removeRow(find_card.row(), find_card.parent()); }; - newCardIndex = deckModel->findCard(rootCard->getName(), zone, setInfoForCard.getProperty("uuid")); + newCardIndex = deckModel->findCard(rootCard->getName(), zone, setInfoForCard.getProperty("uuid"), setInfoForCard.getProperty("num")); deckView->setCurrentIndex(newCardIndex); deckView->setFocus(Qt::FocusReason::MouseFocusReason); }