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
a813dcb8
Commit
a813dcb8
authored
Feb 08, 2015
by
Zach
Browse files
Merge pull request #708 from poixen/local_chat_focus
Local chat focus
parents
43a9ac61
f91de7e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
a813dcb8
...
@@ -886,7 +886,7 @@ void TabGame::startGame(bool resuming)
...
@@ -886,7 +886,7 @@ void TabGame::startGame(bool resuming)
gameInfo
.
set_started
(
true
);
gameInfo
.
set_started
(
true
);
static_cast
<
GameScene
*>
(
gameView
->
scene
())
->
rearrange
();
static_cast
<
GameScene
*>
(
gameView
->
scene
())
->
rearrange
();
gameView
->
show
();
gameView
->
show
();
if
(
sayEdit
)
if
(
sayEdit
&&
players
.
size
()
>
1
)
sayEdit
->
setFocus
();
sayEdit
->
setFocus
();
}
}
...
...
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