Fix group deselected when table is recreated

This commit is contained in:
Dan Balasescu
2022-06-20 16:38:11 +09:00
parent a922ea9b01
commit ca287d0936
2 changed files with 3 additions and 3 deletions

View File

@ -44,6 +44,7 @@ namespace osu.Game.Screens.Edit.Timing
{
BackgroundFlow.Add(new RowBackground(group)
{
Selected = group.Equals(selectedGroup?.Value),
Action = () =>
{
selectedGroup.Value = group;