1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 04:23:00 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit/Blueprints
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
..
HitCircles Reduce allocations in HitCircleOverlapMarker 2024-02-19 20:55:43 +03:00
Sliders Extend slider selection box bounds to contain all control points inside 2024-06-18 10:28:36 +02:00
Spinners Automated pass 2023-06-24 01:00:03 +09:00
BlueprintPiece.cs Automated pass 2023-06-24 01:00:03 +09:00
OsuSelectionBlueprint.cs Add new property to avoid overlapping usages 2023-07-25 18:14:03 +09:00