diff --git a/frame/item/components/appsnapshot.cpp b/frame/item/components/appsnapshot.cpp index 39ff99a23..f61be495e 100644 --- a/frame/item/components/appsnapshot.cpp +++ b/frame/item/components/appsnapshot.cpp @@ -200,7 +200,6 @@ void AppSnapshot::fetchSnapshot() m_snapshotSrcRect.moveLeft(m_snapshotSrcRect.left() * scale + 0.5); m_snapshotSrcRect.setWidth(size.width() - 0.5); m_snapshotSrcRect.setHeight(size.height() - 0.5); - m_snapshot.setDevicePixelRatio(ratio); if (image_data) shmdt(image_data); if (ximage) XDestroyImage(ximage);