1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Merge branch 'master' into better-fill-mode

This commit is contained in:
Thomas Müller 2017-07-08 12:49:46 +03:00 committed by GitHub
commit 1b55692368

View File

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