mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 06:27:24 +09: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…
x
Reference in New Issue
Block a user