1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 16:17:19 +08:00

Fix selected item not bound

This commit is contained in:
Dan Balasescu 2021-12-01 19:55:53 +09:00
parent c3dfe10a8a
commit d70355237d

View File

@ -40,11 +40,13 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match.Playlist
queueList = new MultiplayerQueueList
{
RelativeSizeAxes = Axes.Both,
SelectedItem = { BindTarget = SelectedItem }
},
historyList = new MultiplayerHistoryList
{
RelativeSizeAxes = Axes.Both,
Alpha = 0,
SelectedItem = { BindTarget = SelectedItem }
}
}
}