1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 14:45:09 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders
Bartłomiej Dach 87888ff0bb
Extend slider selection box bounds to contain all control points inside
Previously, the selection box was only guaranteed to contain the actual
body of the slider itself, the control point nodes were allowed to exit
it. This lead to a lot of weird interactions with the selection box
controls (rotation/drag handles, also the buttons under/over it) as the
slider anchors could overlap with them.

To bypass this issue entirely just ensure that the selection box's size
does include the control point nodes at all times.
2024-06-18 10:28:36 +02:00
..
Components Merge branch 'master' into undo_sliderpoint_curvetype_change 2024-05-24 10:45:31 +02:00
SliderCircleOverlay.cs Automated pass 2023-06-24 01:00:03 +09:00
SliderPlacementBlueprint.cs fix wrong path type being displayed 2024-01-13 22:51:33 +01:00
SliderPosition.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
SliderSelectionBlueprint.cs Extend slider selection box bounds to contain all control points inside 2024-06-18 10:28:36 +02:00