1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:07:44 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit/Blueprints
Bartłomiej Dach 9634560d4b Fix control point visualiser crashing after deselections
`SliderSelectionBlueprint.OnDeselected()` would expire the
`ControlPointVisualiser` on deselection, leading to its removal from the
blueprint and eventual disposal, but still kept a separate reference to
said visualiser in another field.

This could lead to that stale reference to a disposed child getting read
in `ReceivePositionalInputAt()`, crashing quite a ways down over at the
framework side on futilely trying to compute the bounding box of a
drawable with no parent.
2021-03-19 21:40:22 +01:00
..
HitCircles Fix selection box not updating with hitcircles/sliders far in the future or past 2021-01-18 16:57:36 +09:00
Sliders Fix control point visualiser crashing after deselections 2021-03-19 21:40:22 +01:00
Spinners Adjust namespace 2020-12-04 20:21:53 +09:00
BlueprintPiece.cs Fix selection blueprints not respecting stacking 2019-10-21 15:03:49 +09:00
OsuSelectionBlueprint.cs Hide non-alive selection blueprints by default 2020-05-27 13:40:16 +09:00