mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix SelectionHandler visibility on remote selection
This commit is contained in:
parent
98aaf38649
commit
e3a2b20f63
@ -106,6 +106,8 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
{
|
||||
selectedBlueprints.Add(blueprint);
|
||||
editorBeatmap.SelectedHitObjects.Add(blueprint.HitObject);
|
||||
|
||||
UpdateVisibility();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -144,8 +146,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
DeselectAll?.Invoke();
|
||||
blueprint.Select();
|
||||
}
|
||||
|
||||
UpdateVisibility();
|
||||
}
|
||||
|
||||
private void deleteSelected()
|
||||
|
Loading…
Reference in New Issue
Block a user