aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickevents_p_p.h
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2016-07-21 22:19:17 +0200
committerFrederik Gladhorn <frederik.gladhorn@qt.io>2016-07-23 17:23:02 +0000
commitba3fb9f8ee4ba735182713272c3abdc01d1de763 (patch)
treef5193cc64cfc370c8c6f5a52176e7068846ac5da /src/quick/items/qquickevents_p_p.h
parent7436638b51ef7b121afd5ea8135e4a3ce5913fa4 (diff)
Removing mouse grab must not cancel touch grab
When calling setMouseGrab(nullptr) we would ungrab the touch point that corresponds to the touchMouseId. This is why the code could not call setMouseGrab(nullptr) before. Remove the wrong removal of the item from itemForTouchPointId. This was not a problem so far because every part of the code that cares about touch would do special handling and not call this function, but access QQuickWindow's internals instead. Change-Id: I032065d5b6db8cd85c78a022a168dbd220440f5f Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
Diffstat (limited to 'src/quick/items/qquickevents_p_p.h')
0 files changed, 0 insertions, 0 deletions