diff --git a/src/plugins/screencast/screencaststream.cpp b/src/plugins/screencast/screencaststream.cpp index 18a56ae26a..39d8ef827d 100644 --- a/src/plugins/screencast/screencaststream.cpp +++ b/src/plugins/screencast/screencaststream.cpp @@ -635,6 +635,7 @@ void ScreenCastStream::sendCursorData(Cursor *cursor, spa_meta_cursor *spa_meta_ return; } + dest.setDevicePixelRatio(m_cursor.scale); dest.fill(Qt::transparent); QPainter painter(&dest); painter.drawImage(QPoint(), image);