summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/evdevmouse/evdevmouse.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>2012-03-06 16:09:09 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-07 00:09:10 +0100
commitb371f3f943703840d0dfbe30505018bcca06e260 (patch)
tree6f2083c260cd14c9d71172dc1e1993184927af5a /src/plugins/generic/evdevmouse/evdevmouse.pro
parenteddabd2395c6bf6516893d04c22e7fde2be9e1a1 (diff)
Fix double click handling.
Until now double clicking in Qt 5 resulted in the following sequence of mouse events: pressed, released, double clicked, released. This is wrong, the press belonging to the second button down is missing. In Qt 4 that pressed event is present. The problem is not apparent in desktop environments because the double click is functioning properly even when the second pressed is missing. However when using a platform plug-in like wayland, where the clients receive only press, move and release events, double click was broken because the second click was effectively ignored (due to receiving nothing but a button release). Change-Id: Ief6af12c666b23e544da4a68cb835cd577265469 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/plugins/generic/evdevmouse/evdevmouse.pro')
0 files changed, 0 insertions, 0 deletions