mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:42:55 +08:00
Change usage of ScrollIntoView to ScrollTo in the setttings overlay
This commit is contained in:
parent
f70bdd80aa
commit
ba783f984c
@ -93,7 +93,7 @@ namespace osu.Game.Overlays
|
|||||||
new SidebarButton
|
new SidebarButton
|
||||||
{
|
{
|
||||||
Section = section,
|
Section = section,
|
||||||
Action = sectionsContainer.ScrollContainer.ScrollIntoView,
|
Action = sectionsContainer.ScrollContainer.ScrollTo,
|
||||||
}
|
}
|
||||||
).ToArray()
|
).ToArray()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user