mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update TabControl in line with framework changes.
This commit is contained in:
@ -33,10 +33,10 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
Position = new Vector2(275, 5)
|
||||
});
|
||||
|
||||
filter.PinTab(GroupMode.All);
|
||||
filter.PinTab(GroupMode.RecentlyPlayed);
|
||||
filter.PinItem(GroupMode.All);
|
||||
filter.PinItem(GroupMode.RecentlyPlayed);
|
||||
|
||||
filter.ValueChanged += (sender, mode) =>
|
||||
filter.ItemChanged += (sender, mode) =>
|
||||
{
|
||||
text.Text = "Currently Selected: " + mode.ToString();
|
||||
};
|
||||
|
Reference in New Issue
Block a user