1
0
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:
MrTheMake 2017-06-24 13:36:57 +02:00
parent f70bdd80aa
commit ba783f984c

View File

@ -93,7 +93,7 @@ namespace osu.Game.Overlays
new SidebarButton
{
Section = section,
Action = sectionsContainer.ScrollContainer.ScrollIntoView,
Action = sectionsContainer.ScrollContainer.ScrollTo,
}
).ToArray()
}