mirror of
https://github.com/ppy/osu
synced 2024-12-18 04:46:09 +00:00
Merge pull request #972 from MrTheMake/settingsoverlay-scrollto
Changes in line with framework updates
This commit is contained in:
commit
9928d9225a
@ -1 +1 @@
|
||||
Subproject commit af9ffbd8b945e526801c469dd55464363e502962
|
||||
Subproject commit 8dc785a0aecfb6df53496eff5bd9f961ff8deee6
|
@ -93,7 +93,7 @@ namespace osu.Game.Overlays
|
||||
new SidebarButton
|
||||
{
|
||||
Section = section,
|
||||
Action = sectionsContainer.ScrollContainer.ScrollIntoView,
|
||||
Action = b => sectionsContainer.ScrollContainer.ScrollTo(b),
|
||||
}
|
||||
).ToArray()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user