Merge branch 'master' into fix-editor-precise-scroll

This commit is contained in:
Dean Herbert
2018-11-23 09:57:35 +09:00
committed by GitHub
3 changed files with 74 additions and 44 deletions

View File

@ -310,9 +310,9 @@ namespace osu.Game.Screens.Select.Leaderboards
currentPlaceholder = placeholder;
}
protected override void Update()
protected override void UpdateAfterChildren()
{
base.Update();
base.UpdateAfterChildren();
var fadeStart = scrollContainer.Current + scrollContainer.DrawHeight;