mirror of
https://github.com/ppy/osu.git
synced 2025-03-21 23:20:16 +08:00
Fix default value of dropdown
This commit is contained in:
parent
fbda872a53
commit
56981acc92
@ -77,7 +77,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
||||
textboxTeam2 = new OsuTextBox { RelativeSizeAxes = Axes.X, Height = 20 },
|
||||
groupingDropdown = new SettingsDropdown<TournamentGrouping>
|
||||
{
|
||||
Bindable = new Bindable<TournamentGrouping>(),
|
||||
Bindable = new Bindable<TournamentGrouping> { Default = groupingOptions.First().Value },
|
||||
Items = groupingOptions
|
||||
},
|
||||
losersCheckbox = new PlayerCheckbox
|
||||
|
Loading…
x
Reference in New Issue
Block a user