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
commit 9928d9225a
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit af9ffbd8b945e526801c469dd55464363e502962 Subproject commit 8dc785a0aecfb6df53496eff5bd9f961ff8deee6

View File

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