diff --git a/cockatrice/src/tab_deck_editor.cpp b/cockatrice/src/tab_deck_editor.cpp index 2b033ac4..88ced18e 100644 --- a/cockatrice/src/tab_deck_editor.cpp +++ b/cockatrice/src/tab_deck_editor.cpp @@ -606,6 +606,7 @@ void TabDeckEditor::addCardHelper(QString zoneName) recursiveExpand(newCardIndex); deckView->setCurrentIndex(newCardIndex); setModified(true); + searchEdit->setSelection(0, searchEdit->text().length()); } void TabDeckEditor::actSwapCard()