Commit d2486790 by Daniel Dahan

added grid reload for subviews to ensure they are recalculated

parent 0858e5f0
...@@ -274,6 +274,12 @@ public struct Grid { ...@@ -274,6 +274,12 @@ public struct Grid {
} }
i += 1 i += 1
/// reload the grid layout for each view on
/// each iteration, in order to ensure that
/// subviews are recalculated correctly.
if (isDeferred) { continue }
v.grid.reload()
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment