mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Child control fixes.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user