mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -07:00
Fix shortcuts detection on settings & game
Fix #1499, Fix #1493, Fix #1477 Fix typo
This commit is contained in:
parent
dd4900b038
commit
4c6b543cbe
3 changed files with 140 additions and 139 deletions
|
|
@ -452,6 +452,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_client
|
|||
scene = new GameScene(phasesToolbar, this);
|
||||
gameView = new GameView(scene);
|
||||
gameView->hide();
|
||||
gameView->setFocusPolicy(Qt::ClickFocus);
|
||||
|
||||
cardInfo = new CardFrame();
|
||||
playerListWidget = new PlayerListWidget(tabSupervisor, clients.first(), this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue