Highlight text after adding card
After adding a card to the main or side, the search text will become selected to easily start the next search
This commit is contained in:
parent
411fc38337
commit
7d2ad9ee3b
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