Commit 81d7c08f authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

use player menu as default menu for table zone, fixing issue #38

parent cc516823
...@@ -239,6 +239,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare ...@@ -239,6 +239,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, TabGame *_pare
} }
playerMenu = new QMenu(QString()); playerMenu = new QMenu(QString());
table->setMenu(playerMenu);
if (local) { if (local) {
handMenu = playerMenu->addMenu(QString()); handMenu = playerMenu->addMenu(QString());
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment