mirror of
https://github.com/ppy/osu.git
synced 2025-03-03 21:13:22 +08:00
Expire + dispose CaptureBoxes
This commit is contained in:
parent
ebcdb62570
commit
cbac4de9c2
@ -60,8 +60,9 @@ namespace osu.Game.Rulesets.Edit.Layers.Selection
|
|||||||
Position = topLeft;
|
Position = topLeft;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void PopIn() => this.FadeIn();
|
public override bool DisposeOnDeathRemoval => true;
|
||||||
|
|
||||||
|
protected override void PopIn() => this.FadeIn();
|
||||||
protected override void PopOut() => this.FadeOut();
|
protected override void PopOut() => this.FadeOut();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -81,6 +81,7 @@ namespace osu.Game.Rulesets.Edit.Layers.Selection
|
|||||||
{
|
{
|
||||||
selectedHitObjects.Clear();
|
selectedHitObjects.Clear();
|
||||||
captureBox?.Hide();
|
captureBox?.Hide();
|
||||||
|
captureBox?.Expire();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user