mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 05:07:59 +09:00
Schedule visibility update once per frame
This commit is contained in:
parent
d74c19e2d7
commit
007c27d3ff
@ -414,7 +414,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
EditorBeatmap.HitObjectUpdated += _ => UpdateTernaryStates();
|
EditorBeatmap.HitObjectUpdated += _ => UpdateTernaryStates();
|
||||||
EditorBeatmap.SelectedHitObjects.CollectionChanged += (sender, args) =>
|
EditorBeatmap.SelectedHitObjects.CollectionChanged += (sender, args) =>
|
||||||
{
|
{
|
||||||
updateVisibility();
|
Scheduler.AddOnce(updateVisibility);
|
||||||
UpdateTernaryStates();
|
UpdateTernaryStates();
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user