Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.0, 6.2, 6.5.2
-
None
Description
When constructing multiple QSinglePointEvent derived objects, subsequent event objects overwrite the scenePosition and globalPosition of prior event objects. This appears to be because the data appears to be shared in QMutableEventPoint.
See QSinglePointEvent constructor.
Attached is a simple reproducer app.