mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 01:59:53 +08:00
Use Current instead of Bindable
Bindable is going to be removed upstream
This commit is contained in:
@@ -47,7 +47,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
||||
editorInfo.Selected.ValueChanged += selection =>
|
||||
{
|
||||
groupingDropdown.Bindable = selection.NewValue?.Grouping;
|
||||
losersCheckbox.Bindable = selection.NewValue?.Losers;
|
||||
losersCheckbox.Current = selection.NewValue?.Losers;
|
||||
dateTimeBox.Bindable = selection.NewValue?.Date;
|
||||
|
||||
team1Dropdown.Bindable = selection.NewValue?.Team1;
|
||||
|
||||
Reference in New Issue
Block a user