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
27bd00be
Commit
27bd00be
authored
Jun 29, 2014
by
Fabio Bas
Browse files
Direct chat: ensure focus is on the input line; fixes #113
parent
ec3690fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_message.cpp
View file @
27bd00be
...
...
@@ -34,6 +34,10 @@ TabMessage::TabMessage(TabSupervisor *_tabSupervisor, AbstractClient *_client, c
retranslateUi
();
setLayout
(
vbox
);
setFocusProxy
(
sayEdit
);
chatView
->
setFocusProxy
(
sayEdit
);
sayEdit
->
setFocus
();
}
TabMessage
::~
TabMessage
()
...
...
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