Allow selected score to be programmatically changed

This commit is contained in:
smoogipoo
2020-05-28 21:08:47 +09:00
parent a55ce26130
commit 666cbd0f40
3 changed files with 120 additions and 62 deletions

View File

@ -63,9 +63,10 @@ namespace osu.Game.Screens.Ranking
{
new ResultsScrollContainer
{
Child = panels = new ScorePanelList(Score)
Child = panels = new ScorePanelList
{
RelativeSizeAxes = Axes.Both,
SelectedScore = { Value = Score }
}
}
},