Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
dd16ea78
Commit
dd16ea78
authored
May 30, 2015
by
Zach
Browse files
Merge pull request #1115 from poixen/text_highlight
Highlight text after adding card
parents
28ccec71
7d2ad9ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_deck_editor.cpp
View file @
dd16ea78
...
@@ -606,6 +606,7 @@ void TabDeckEditor::addCardHelper(QString zoneName)
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment