Remove selection move at all
This commit is contained in:
ctrlaltca 2016-08-31 20:13:30 +02:00 committed by Zach H
parent bf4fba6bc5
commit 680277ad6a

View file

@ -823,7 +823,7 @@ void TabDeckEditor::actSwapCard()
QModelIndex newCardIndex = deckModel->addCard(cardName, otherZoneName);
recursiveExpand(newCardIndex);
deckView->setCurrentIndex(newCardIndex);
setModified(true);
}