mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Revert focus policy change in tab_game
Fixes #1529. Completely untested, because I don't think this could possibly interfere with anything. It's a straight revert.
This commit is contained in:
parent
6a869906d9
commit
ca9bfc9ff2
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);
|
||||
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