mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
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…
Add table
Add a link
Reference in a new issue