-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Incorrect slider nodes deleted #31308
Comments
I can't reproduce this. Also the code says this would only be the case if you had the node that you're targeting to delete selected. osu/osu.Game/Screens/Edit/Compose/Components/SelectionHandler.cs Lines 307 to 316 in 130802e
|
What were the buttons you tried? Because for me the issue is very consistent. It doesn't happen when using Shift + Right Click. But on middle click it happens every time |
Can repro as well |
… all selected control points Closes ppy#31308. Logic matches corresponding quick-delete logic in https://github.com/ppy/osu/blob/130802e48048c134c6c8f19c77e3e032834acf72/osu.Game/Screens/Edit/Compose/Components/SelectionHandler.cs#L307-L316.
Type
Game behaviour
Bug description
When one node is selected and then you try to delete some other node (not holding Control or anything) it deletes both nodes.
I'd expect the node selection to be "reset" on middle mouse click
Screenshots or videos
2024-12-27.16-57-53.mp4
Version
2024.1224.1-lazer
Logs
compressed-logs.zip
The text was updated successfully, but these errors were encountered: