mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Fix ternary button states not updating correctly after a paste operation
This commit is contained in:
@ -37,7 +37,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
|
||||
public int SelectedCount => selectedBlueprints.Count;
|
||||
|
||||
public IEnumerable<HitObject> SelectedHitObjects => selectedBlueprints.Select(b => b.HitObject);
|
||||
public IEnumerable<HitObject> SelectedHitObjects => EditorBeatmap.SelectedHitObjects;
|
||||
|
||||
private Drawable content;
|
||||
|
||||
|
Reference in New Issue
Block a user