mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 23:42:01 +08:00
Select blueprint if object is already selected at the point of adding
This commit is contained in:
@@ -271,6 +271,9 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
blueprint.Selected += onBlueprintSelected;
|
||||
blueprint.Deselected += onBlueprintDeselected;
|
||||
|
||||
if (beatmap.SelectedHitObjects.Contains(hitObject))
|
||||
blueprint.Select();
|
||||
|
||||
SelectionBlueprints.Add(blueprint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user