From c70eaedfc5bd6551e68da8f89f600d31e5dafc75 Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Wed, 25 Mar 2009 19:06:52 +0100 Subject: [PATCH] fixed blurry tapped cards --- cockatrice/src/playerarea.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cockatrice/src/playerarea.cpp b/cockatrice/src/playerarea.cpp index a0529c59..ac2eaaa9 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()