Merge remote-tracking branch 'upstream/master' into hide-useless-beatmap-info

This commit is contained in:
Dean Herbert
2017-12-26 20:18:53 +09:00
131 changed files with 10325 additions and 795 deletions

View File

@ -69,6 +69,8 @@ namespace osu.Game.Screens.Select
Depth = Info?.Depth + 1 ?? 0,
}, newInfo =>
{
State = beatmap == null ? Visibility.Hidden : Visibility.Visible;
// ensure we ourselves are visible if not already.
if (!IsPresent)
State = Visibility.Visible;