fixed blurry tapped cards

This commit is contained in:
Max-Wilhelm Bruker 2009-03-25 19:06:52 +01:00
parent 9d6ecbbfdf
commit c70eaedfc5

View file

@ -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()