parent
bf4fba6bc5
commit
680277ad6a
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ void TabDeckEditor::actSwapCard()
|
||||||
|
|
||||||
QModelIndex newCardIndex = deckModel->addCard(cardName, otherZoneName);
|
QModelIndex newCardIndex = deckModel->addCard(cardName, otherZoneName);
|
||||||
recursiveExpand(newCardIndex);
|
recursiveExpand(newCardIndex);
|
||||||
deckView->setCurrentIndex(newCardIndex);
|
|
||||||
setModified(true);
|
setModified(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue