mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
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…
Add table
Add a link
Reference in a new issue