Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.0
-
None
-
all
-
25763b746eca93d53b209ab232d323b9ed3ee465
Description
- Ongoing gesture has target in QGraphicsScene (viewport, too)
- A second gesture starts, with cancel policy
- The previous gesture should be removed from both QGraphicsScenePrivate::gestureTargets and QGestureManager::m_activeGestures
=> it is not removed from m_activeGestures.
This causes every other gesture to fail to work properly whenever cancel policy is activated.