1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Edit
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
..
Blueprints Fix control point visualiser crashing after deselections 2021-03-19 21:40:22 +01:00
DrawableOsuEditRuleset.cs Restore accidently removed comment 2020-11-22 18:51:16 +09:00
HitCircleCompositionTool.cs Add icons for editor toolbox tools 2020-09-09 18:40:01 +09:00
OsuBlueprintContainer.cs Pass HitObjectComposer to BlueprintContainer via ctor 2020-11-13 16:59:37 +09:00
OsuDistanceSnapGrid.cs Snap based on end position/time of the previous object 2019-12-17 16:35:40 +09:00
OsuHitObjectComposer.cs Make all objects in selection candidates for spatial snapping 2020-11-24 17:35:54 +09:00
OsuSelectionHandler.cs Add missing braces 2021-01-18 17:13:47 +09:00
SliderCompositionTool.cs Add icons for editor toolbox tools 2020-09-09 18:40:01 +09:00
SpinnerCompositionTool.cs Add icons for editor toolbox tools 2020-09-09 18:40:01 +09:00