mirror of
https://github.com/osukey/osukey.git
synced 2025-06-29 07:07:55 +09:00
Fix selected item not bound
This commit is contained in:
parent
c3dfe10a8a
commit
d70355237d
@ -40,11 +40,13 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match.Playlist
|
|||||||
queueList = new MultiplayerQueueList
|
queueList = new MultiplayerQueueList
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
SelectedItem = { BindTarget = SelectedItem }
|
||||||
},
|
},
|
||||||
historyList = new MultiplayerHistoryList
|
historyList = new MultiplayerHistoryList
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Alpha = 0,
|
Alpha = 0,
|
||||||
|
SelectedItem = { BindTarget = SelectedItem }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user