1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 22:27:46 +08:00

Hide scroll bar.

This commit is contained in:
Huo Yaoyuan 2017-06-21 17:17:54 +08:00
parent 89986e8e77
commit bcfb1392d7

View File

@ -83,6 +83,7 @@ namespace osu.Game.Overlays
RelativeSizeAxes = Axes.Both
}
};
sectionsContainer.ScrollContainer.ScrollbarVisible = false;
Add(sectionsContainer);
sectionsContainer.SelectedSection.ValueChanged += s =>
{