diff --git a/cockatrice/src/tab_deck_editor.cpp b/cockatrice/src/tab_deck_editor.cpp index b3547d8c..541bb18d 100644 --- a/cockatrice/src/tab_deck_editor.cpp +++ b/cockatrice/src/tab_deck_editor.cpp @@ -823,7 +823,7 @@ void TabDeckEditor::actSwapCard() QModelIndex newCardIndex = deckModel->addCard(cardName, otherZoneName); recursiveExpand(newCardIndex); - deckView->setCurrentIndex(newCardIndex); + setModified(true); }