mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 06:29:52 +08:00
Correctly select issue row
This commit is contained in:
@@ -77,7 +77,7 @@ namespace osu.Game.Screens.Edit.Verify
|
||||
selectedIssue = verify.SelectedIssue.GetBoundCopy();
|
||||
selectedIssue.BindValueChanged(issue =>
|
||||
{
|
||||
SetRowSelected(issue);
|
||||
SetRowSelected(issue.NewValue);
|
||||
}, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user