minor bug fix
This commit is contained in:
parent
e6bac7b8af
commit
6bdc8914a9
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ void TabGame::stopGame()
|
||||||
i.next();
|
i.next();
|
||||||
i.value()->show();
|
i.value()->show();
|
||||||
}
|
}
|
||||||
mainLayout->insertLayout(2, deckViewContainerLayout, 10);
|
mainLayout->insertLayout(1, deckViewContainerLayout, 10);
|
||||||
|
|
||||||
playerListWidget->setActivePlayer(-1);
|
playerListWidget->setActivePlayer(-1);
|
||||||
playerListWidget->setGameStarted(false);
|
playerListWidget->setGameStarted(false);
|
||||||
|
|
Loading…
Reference in a new issue