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 =>
{