Add the ability to add/remove groups

This commit is contained in:
Dean Herbert
2019-10-27 16:13:24 +09:00
parent 0fba272e78
commit 73369ae613
3 changed files with 39 additions and 9 deletions

View File

@ -203,7 +203,7 @@ namespace osu.Game.Screens.Edit.Timing
{
base.LoadComplete();
selectedGroup.BindValueChanged(group => { Selected = controlGroup == group.NewValue; });
selectedGroup.BindValueChanged(group => { Selected = controlGroup == group.NewValue; }, true);
}
private bool selected;