Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(gui): torque map graph editing point collision detection broken #134

Open
t-bre opened this issue Oct 24, 2022 · 1 comment
Open

bug(gui): torque map graph editing point collision detection broken #134

t-bre opened this issue Oct 24, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@t-bre
Copy link
Member

t-bre commented Oct 24, 2022

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

  1. Create some points on the torque map.
  2. Drag one point so that it crosses the x-coordinate of another point.
  3. 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

moving

@t-bre t-bre added the bug Something isn't working label Oct 24, 2022
@t-bre
Copy link
Member Author

t-bre commented Nov 30, 2022

This is part of the cause of #94

@t-bre t-bre self-assigned this Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant