mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Update with framework bindable changes
This commit is contained in:
@ -33,9 +33,9 @@ namespace osu.Game.Tests.Visual
|
||||
filter.PinItem(GroupMode.All);
|
||||
filter.PinItem(GroupMode.RecentlyPlayed);
|
||||
|
||||
filter.Current.ValueChanged += newFilter =>
|
||||
filter.Current.ValueChanged += e =>
|
||||
{
|
||||
text.Text = "Currently Selected: " + newFilter.ToString();
|
||||
text.Text = "Currently Selected: " + e.NewValue.ToString();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user