diff --git a/osu.Framework/Graphics/Containers/GridContainer.cs b/osu.Framework/Graphics/Containers/GridContainer.cs index 00fa5c64bd..5a49f43d10 100644 --- a/osu.Framework/Graphics/Containers/GridContainer.cs +++ b/osu.Framework/Graphics/Containers/GridContainer.cs @@ -139,7 +139,7 @@ protected override void Update() } private readonly Cached cellContent = new Cached(); - private readonly LayoutValue cellLayout = new LayoutValue(Invalidation.DrawInfo | Invalidation.RequiredParentSizeToFit); + private readonly LayoutValue cellLayout = new LayoutValue(Invalidation.DrawSize); private readonly LayoutValue cellChildLayout = new LayoutValue(Invalidation.RequiredParentSizeToFit | Invalidation.Presence, InvalidationSource.Child); private CellContainer[,] cells = new CellContainer[0, 0];