mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Change usage of ScrollIntoView to ScrollTo in the setttings overlay
This commit is contained in:
@ -93,7 +93,7 @@ namespace osu.Game.Overlays
|
||||
new SidebarButton
|
||||
{
|
||||
Section = section,
|
||||
Action = sectionsContainer.ScrollContainer.ScrollIntoView,
|
||||
Action = sectionsContainer.ScrollContainer.ScrollTo,
|
||||
}
|
||||
).ToArray()
|
||||
}
|
||||
|
Reference in New Issue
Block a user