Merge remote-tracking branch 'ppy/master' into right-mouse-scrollbar

This commit is contained in:
Dean Herbert
2017-07-14 06:23:07 +09:00
39 changed files with 494 additions and 169 deletions

View File

@ -114,7 +114,7 @@ namespace osu.Game.Graphics.Containers
public SectionsContainer()
{
Add(ScrollContainer = new OsuScrollContainer()
Add(ScrollContainer = new OsuScrollContainer
{
RelativeSizeAxes = Axes.Both,
Masking = false,