mirror of
https://github.com/ppy/osu.git
synced 2026-05-25 04:29:52 +08:00
Fix summary timeline not correctly updating after changes to breaks
Closes https://github.com/ppy/osu/issues/28678. Oops.
This commit is contained in:
@@ -25,6 +25,7 @@ namespace osu.Game.Screens.Edit.Components.Timelines.Summary.Parts
|
||||
breaks.BindTo(beatmap.Breaks);
|
||||
breaks.BindCollectionChanged((_, _) =>
|
||||
{
|
||||
Clear();
|
||||
foreach (var breakPeriod in beatmap.Breaks)
|
||||
Add(new BreakVisualisation(breakPeriod));
|
||||
}, true);
|
||||
|
||||
Reference in New Issue
Block a user