Update BindableList usages

This commit is contained in:
Dean Herbert
2020-09-01 11:56:23 +09:00
parent c8aa197e5b
commit d45a1521a1
5 changed files with 53 additions and 37 deletions

View File

@ -112,8 +112,7 @@ namespace osu.Game.Screens.Edit.Timing
};
controlPoints = group.ControlPoints.GetBoundCopy();
controlPoints.ItemsAdded += _ => createChildren();
controlPoints.ItemsRemoved += _ => createChildren();
controlPoints.CollectionChanged += (_, __) => createChildren();
createChildren();
}