Skip to content

cursorsource: fix scaling with Xwayland

Xaver Hugl requested to merge work/cherry-pick-81571203 into Plasma/5.27

Before this commit, the device pixel ratio of the cursor was set to ignore the Xwayland scale override, while the size of the cursor surface was scaled. This change removes the scaling of the cursor surface size, to make the cursor be no longer cut off in rendering.

BUG: 466094

(cherry picked from commit 81571203)

Merge request reports