Merge pull request #972 from MrTheMake/settingsoverlay-scrollto

Changes in line with framework updates
This commit is contained in:
Thomas Müller
2017-07-08 12:49:28 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

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()
}