mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 09:27:18 +09:00
Change scroll container subclass name to hopefully read better
This commit is contained in:
parent
e84224f64c
commit
641d57e5e1
@ -43,7 +43,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
scroll = new ManualScrollScrollContainer
|
scroll = new InputDisabledScrollContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Child = Flow = new FillFlowContainer<GameplayLeaderboardScore>
|
Child = Flow = new FillFlowContainer<GameplayLeaderboardScore>
|
||||||
@ -174,9 +174,9 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
sorting.Validate();
|
sorting.Validate();
|
||||||
}
|
}
|
||||||
|
|
||||||
private class ManualScrollScrollContainer : OsuScrollContainer
|
private class InputDisabledScrollContainer : OsuScrollContainer
|
||||||
{
|
{
|
||||||
public ManualScrollScrollContainer()
|
public InputDisabledScrollContainer()
|
||||||
{
|
{
|
||||||
ScrollbarVisible = false;
|
ScrollbarVisible = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user