-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Automation Editor Nodes Don't Always Delete #3301
Comments
Sounds similar to #391. |
@tresf In testing this I also found a minor minor bug which I will create a new post for. |
This has improved since 1.2.0-rc4 but is still a bit insensitive. In order for this to be fixed completely you could do something like a search to find the closest automation point and delete that one. Edit: Deleting points in general has improved but this issue is the same. |
I believe I may have fixed this problem in this PR: The cursor now turns into a hand on the edges of the circle, and as soon as it does, when you right click it will delete. I can't say the same for when you're holding and dragging the mouse, the same while loop and if statement is being used, but for some reason during a mouse move, it won't detect until the center (just on the left side). Although, when you're holding and moving the mouse, it's real easy to just swipe the center, and doesn't seem to hinder the user experience. |
Not sure if anyone else has experienced this, not a big deal.
When you have the pencil tool selected and you try to use your Right mouse button to delete a node (or point), sometimes they delete fine but other times even though the crosshairs/arrow is in the node circle, if you are a little off center the nodes don't delete.
The text was updated successfully, but these errors were encountered: