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
d86fa410
Commit
d86fa410
authored
Jun 29, 2014
by
Fabio Bas
Browse files
Chat room: ensure focus on the input line
parent
27bd00be
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_room.cpp
View file @
d86fa410
...
...
@@ -97,6 +97,10 @@ TabRoom::TabRoom(TabSupervisor *_tabSupervisor, AbstractClient *_client, ServerI
const
int
gameListSize
=
info
.
game_list_size
();
for
(
int
i
=
0
;
i
<
gameListSize
;
++
i
)
gameSelector
->
processGameInfo
(
info
.
game_list
(
i
));
setFocusProxy
(
sayEdit
);
chatView
->
setFocusProxy
(
sayEdit
);
sayEdit
->
setFocus
();
}
TabRoom
::~
TabRoom
()
...
...
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