fixed blurry tapped cards
This commit is contained in:
parent
9d6ecbbfdf
commit
c70eaedfc5
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ PlayerArea::PlayerArea(Player *_player, QGraphicsItem *parent)
|
||||||
table->setPos(base);
|
table->setPos(base);
|
||||||
|
|
||||||
bRect = QRectF(0, 0, base.x() + table->boundingRect().width(), base.y() + table->boundingRect().height());
|
bRect = QRectF(0, 0, base.x() + table->boundingRect().width(), base.y() + table->boundingRect().height());
|
||||||
|
qDebug(QString("%1").arg(bRect.width()).toLatin1());
|
||||||
}
|
}
|
||||||
|
|
||||||
PlayerArea::~PlayerArea()
|
PlayerArea::~PlayerArea()
|
||||||
|
|
Loading…
Reference in a new issue