Skip to content

Fix corrupted cursors on Windows high-DPI and remove obsolete cursors

Alvin Wong requested to merge alvinwong/krita:alvin/cursor-windows-fix into master

The biggest change is to use the QCursor(QPixmap) constructor instead of QCursor(QBitmap, QBitmap). QBitmap-based cursors behaves quite broken on Windows with high-DPI scaling, so this MR ditches it.

I can consider backporting "Change image-based cursors to be loaded as QPixmap" and "Convert KoPathTool cursors to XPM" for 5.0.4, but will leave the other two.

BUG: 441232 BUG: 448107

Edited by Alvin Wong

Merge request reports