Merge pull request #1115 from poixen/text_highlight
Highlight text after adding card
This commit is contained in:
commit
dd16ea78ac
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue