Skip to content

Discard sub-pixel movements in gestures

Xaver Hugl requested to merge zamundaaa/kwin:fix-touch-screen-edges into master

On some touch devices the screen edges sometimes don't work because it detects a 0.5px movement up or down, and that cancels the swipe gesture. This patch discards sub-pixel movements for gestures to fix that.

BUG: 423842 BUG: 421212

Merge request reports