1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 06:42:54 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit/Blueprints/Sliders
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
..
Components Add tooltips for slider path nodes which aren't inheriting 2021-03-19 16:58:08 +09:00
SliderCircleSelectionBlueprint.cs Disable snaking out when tracking is disabled 2021-02-05 15:56:13 +09:00
SliderPlacementBlueprint.cs Rename application method to better describe what it actually does 2020-11-26 19:16:18 +09:00
SliderPosition.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
SliderSelectionBlueprint.cs Fix control point visualiser crashing after deselections 2021-03-19 21:40:22 +01:00