plugins/screencast: Provide hidpi cursor bitmaps
This commit is contained in:
parent
b9b7357086
commit
edb1a41148
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue