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