diff options
Diffstat (limited to 'quacker/rackdisplay.cpp')
-rw-r--r-- | quacker/rackdisplay.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quacker/rackdisplay.cpp b/quacker/rackdisplay.cpp index 744cd34..59b91e7 100644 --- a/quacker/rackdisplay.cpp +++ b/quacker/rackdisplay.cpp @@ -187,6 +187,7 @@ GraphicalRack::dropEvent (QDropEvent* event) QPoint sourcePos; QPoint offset; dataStream >> pixmap >> sourcePos >> offset; + pixmap.setDevicePixelRatio(devicePixelRatio()); QLabel* droppedTile = new QLabel; droppedTile->setPixmap(pixmap); |