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:
commit
1b55692368
@ -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