https://bugs.kde.org/show_bug.cgi?id=441017

--- Comment #2 from Sebastian Kuźlak <sebastiankuz...@gmail.com> ---

just went thru MousePadPlugin.java and found something in sendMouseDelta
if (np == null) {
    np = new NetworkPacket(PACKET_TYPE_MOUSEPAD_REQUEST);
} else {
    dx += np.getInt("dx");
    dy += np.getInt("dx"); <- shouldn't it be dy?
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to