Avoid losing mouse events when the event loop gets spinned
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Thu, 19 Apr 2012 08:31:14 +0000 (11:31 +0300)
committerQt by Nokia <qt-info@nokia.com>
Fri, 20 Apr 2012 07:46:02 +0000 (09:46 +0200)
commit051eb16536305f1a1b4c8b0eb17bab7599a11b00
treed30e404572f975d006e2447de8bc15dd971765c2
parent644f469cfffb2eb433128ef273fd6d15dbd15de1
Avoid losing mouse events when the event loop gets spinned

The touchMouseId value has to be updated to its potential new value
before delivering the events.

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