mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 17:14:52 -07:00
Merge pull request #1615 from Psithief/patch-1
Revert focus policy change
This commit is contained in:
commit
30531683f4
1 changed files with 0 additions and 1 deletions
|
|
@ -452,7 +452,6 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_client
|
||||||
scene = new GameScene(phasesToolbar, this);
|
scene = new GameScene(phasesToolbar, this);
|
||||||
gameView = new GameView(scene);
|
gameView = new GameView(scene);
|
||||||
gameView->hide();
|
gameView->hide();
|
||||||
gameView->setFocusPolicy(Qt::ClickFocus);
|
|
||||||
|
|
||||||
cardInfo = new CardFrame();
|
cardInfo = new CardFrame();
|
||||||
playerListWidget = new PlayerListWidget(tabSupervisor, clients.first(), this);
|
playerListWidget = new PlayerListWidget(tabSupervisor, clients.first(), this);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue