mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Prefer ScrollTo in SectionsContainer.
This commit is contained in:
@ -137,7 +137,7 @@ namespace osu.Game.Overlays
|
||||
if (lastSection != s)
|
||||
{
|
||||
lastSection = s;
|
||||
sectionsContainer.ScrollToTop(lastSection);
|
||||
sectionsContainer.ScrollTo(lastSection);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user