You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When dragging a point on the torque map, if the moving point crosses the x-coordinate of a different point, that other point will jump to the position of the moving point.
This is probably an issue with the collision detection between the mouse drag event position and the points on the graph.
Steps To Reproduce
Create some points on the torque map.
Drag one point so that it crosses the x-coordinate of another point.
The other point will jump to the position of the mouse cursor.
Environment
os : macOS 12.5.1
compiler : clang++ v14.0.0
Expected Behaviour
Editing one point doesn't cause another point to move!
Additional Information
The text was updated successfully, but these errors were encountered:
Description
When dragging a point on the torque map, if the moving point crosses the x-coordinate of a different point, that other point will jump to the position of the moving point.
This is probably an issue with the collision detection between the mouse drag event position and the points on the graph.
Steps To Reproduce
Environment
Expected Behaviour
Editing one point doesn't cause another point to move!
Additional Information
The text was updated successfully, but these errors were encountered: