mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fixed blurry tapped cards
This commit is contained in:
parent
6e94221112
commit
9d6ecbbfdf
3 changed files with 12 additions and 4 deletions
|
|
@ -4,8 +4,8 @@ GameView::GameView(QGraphicsScene *scene, QWidget *parent)
|
|||
: QGraphicsView(scene, parent)
|
||||
{
|
||||
setBackgroundBrush(QBrush(QColor(0, 0, 0)));
|
||||
setRenderHints(QPainter::Antialiasing | QPainter::SmoothPixmapTransform);
|
||||
setOptimizationFlags(/*DontClipPainter | */DontSavePainterState);
|
||||
setRenderHints(QPainter::Antialiasing/* | QPainter::SmoothPixmapTransform*/);
|
||||
// setOptimizationFlags(/*DontClipPainter | */DontSavePainterState);
|
||||
setDragMode(RubberBandDrag);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue