mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 00:02:54 +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);
|
selectedBlueprints.Add(blueprint);
|
||||||
editorBeatmap.SelectedHitObjects.Add(blueprint.HitObject);
|
editorBeatmap.SelectedHitObjects.Add(blueprint.HitObject);
|
||||||
|
|
||||||
|
UpdateVisibility();
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
@ -144,8 +146,6 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
DeselectAll?.Invoke();
|
DeselectAll?.Invoke();
|
||||||
blueprint.Select();
|
blueprint.Select();
|
||||||
}
|
}
|
||||||
|
|
||||||
UpdateVisibility();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void deleteSelected()
|
private void deleteSelected()
|
||||||
|
Loading…
Reference in New Issue
Block a user