Prefer ScrollTo in SectionsContainer.

This commit is contained in:
Huo Yaoyuan
2017-07-14 22:56:27 +08:00
parent 6cf36da389
commit 26b36c08a3
2 changed files with 2 additions and 11 deletions

View File

@ -137,7 +137,7 @@ namespace osu.Game.Overlays
if (lastSection != s)
{
lastSection = s;
sectionsContainer.ScrollToTop(lastSection);
sectionsContainer.ScrollTo(lastSection);
}
};