Do not send double click when press was not accepted
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Mon, 7 May 2012 10:38:14 +0000 (13:38 +0300)
committerQt by Nokia <qt-info@nokia.com>
Tue, 8 May 2012 22:56:16 +0000 (00:56 +0200)
commite7b5ab4a57c8a0177384d31b836219248f0309d5
tree85261f43f3dab46aa2014b71166677acb08bc630
parent39719290f51f2043fd2d49ea4d900404f5153898
Do not send double click when press was not accepted

Sending the double click does not make sense in this case. In the
worst case something accepts the double click, leaving the mouse
grabber set, which results in blocking all further input due to having
everything delivered to that one item.

Change-Id: Ief4de360203e55e56f83179075e050f717a12108
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/quick/items/qquickcanvas.cpp