Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.10.0
-
Tested on iOS
-
ed3ed0b9db97a8fab0c03add23228b6b0a96f171 (qtbase/5.11, 21.2.18, 5.11)
Description
The pos() for a touchevent is incorrect when recieved by a QGraphicsItem which is ignoring transformations. This is because when the touch points are updated, it is not adjusting the pos by mapping it from the scene as it does for mouse events.