Child control fixes.

This commit is contained in:
Huo Yaoyuan
2017-06-15 22:42:15 +08:00
parent f03530cdd2
commit 3ec5d774df
3 changed files with 5 additions and 1 deletions

View File

@ -103,6 +103,8 @@ namespace osu.Game.Graphics.Containers
{
base.Add(drawable);
lastKnownScroll = float.NaN;
headerHeight = float.NaN;
footerHeight = float.NaN;
}
private float headerHeight, footerHeight;