mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 02:13:21 +08:00
CI fixes
This commit is contained in:
parent
b1c5e437cc
commit
37482b2ad4
@ -69,7 +69,7 @@ namespace osu.Game.Graphics.UserInterface.PageSelector
|
||||
return;
|
||||
}
|
||||
|
||||
itemsFlow.ForEach(page => page.Selected = page.Page == newPage ? true : false);
|
||||
itemsFlow.ForEach(page => page.Selected = page.Page == newPage);
|
||||
updateButtonsState();
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@ namespace osu.Game.Graphics.UserInterface.PageSelector
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
AutoSizeAxes = Axes.X,
|
||||
Masking = true,
|
||||
Children = new Drawable[]
|
||||
Children = new[]
|
||||
{
|
||||
Background = new Box
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user