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
787773e9
Commit
787773e9
authored
Feb 03, 2015
by
Matt Lowe
Browse files
Chat has focus when starting game
When the game starts the line edit now has focus immediately.
parent
b7521bad
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
787773e9
...
...
@@ -885,6 +885,7 @@ void TabGame::startGame(bool resuming)
gameInfo
.
set_started
(
true
);
static_cast
<
GameScene
*>
(
gameView
->
scene
())
->
rearrange
();
gameView
->
show
();
sayEdit
->
setFocus
();
}
void
TabGame
::
stopGame
()
...
...
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