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
8bc2adb7
Commit
8bc2adb7
authored
Jan 17, 2015
by
Matt Lowe
Browse files
Set focus
The line edit now gets focus for faster typing.
parent
45112e49
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_room.cpp
View file @
8bc2adb7
...
...
@@ -228,6 +228,7 @@ void TabRoom::processRoomSayEvent(const Event_RoomSay &event)
void
TabRoom
::
addMentionTag
(
QString
mentionTag
)
{
sayEdit
->
insert
(
mentionTag
+
" "
);
sayEdit
->
setFocus
();
}
PendingCommand
*
TabRoom
::
prepareRoomCommand
(
const
::
google
::
protobuf
::
Message
&
cmd
)
...
...
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