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);
|
recursiveExpand(newCardIndex);
|
||||||
deckView->setCurrentIndex(newCardIndex);
|
deckView->setCurrentIndex(newCardIndex);
|
||||||
setModified(true);
|
setModified(true);
|
||||||
|
searchEdit->setSelection(0, searchEdit->text().length());
|
||||||
}
|
}
|
||||||
|
|
||||||
void TabDeckEditor::actSwapCard()
|
void TabDeckEditor::actSwapCard()
|
||||||
|
|
Loading…
Reference in a new issue