Refresh IssueList on changes in VisibilitySection

This commit is contained in:
Naxess
2021-05-12 01:30:45 +02:00
parent 1bb7d412da
commit ad78aec1ef
2 changed files with 4 additions and 3 deletions

View File

@ -31,6 +31,7 @@ namespace osu.Game.Screens.Edit.Verify
};
checkbox.Current.BindTo(IssueList.ShowType[issueType]);
checkbox.Current.BindValueChanged(_ => IssueList.Refresh());
Flow.Add(checkbox);
}
}