diff --git a/cockatrice/src/playerarea.cpp b/cockatrice/src/playerarea.cpp index a0529c597..ac2eaaa9c 100644 --- a/cockatrice/src/playerarea.cpp +++ b/cockatrice/src/playerarea.cpp @@ -37,6 +37,7 @@ PlayerArea::PlayerArea(Player *_player, QGraphicsItem *parent) table->setPos(base); bRect = QRectF(0, 0, base.x() + table->boundingRect().width(), base.y() + table->boundingRect().height()); + qDebug(QString("%1").arg(bRect.width()).toLatin1()); } PlayerArea::~PlayerArea()