mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 01:43:15 +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
|
||||
{
|
||||
Section = section,
|
||||
Action = sectionsContainer.ScrollContainer.ScrollIntoView,
|
||||
Action = sectionsContainer.ScrollContainer.ScrollTo,
|
||||
}
|
||||
).ToArray()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user