Merge remote-tracking branch 'upstream/master' into johnneijzen-master

This commit is contained in:
Dean Herbert
2017-06-08 20:28:29 +09:00
19 changed files with 499 additions and 406 deletions

View File

@ -69,7 +69,7 @@ namespace osu.Game.Screens.Play
public override bool Invalidate(Invalidation invalidation = Invalidation.All, Drawable source = null, bool shallPropagate = true)
{
if ((invalidation & Invalidation.SizeInParentSpace) > 0)
if ((invalidation & Invalidation.DrawSize) > 0)
layout.Invalidate();
return base.Invalidate(invalidation, source, shallPropagate);
}