• Hixie's avatar
    Allow parents of RenderObjects that have layout callbacks to depend on those objects' sizes. · a6e6b93b
    Hixie authored
    Previously, if you used a layout callback, you could not have a parent
    that did parentUsesSize, or if you did, you had to be marked
    sizedByParent. With this patch, we allow the parent to depend on your
    layout, even if you modify your child list during your layout using a
    layout callback, by checking that the parent is still actively being
    laid out in this scenario.
    a6e6b93b
Name
Last commit
Last update
..
animation Loading commit data...
base Loading commit data...
editing Loading commit data...
mojo Loading commit data...
painting Loading commit data...
rendering Loading commit data...
theme Loading commit data...
widgets Loading commit data...
README.md Loading commit data...
rendering.dart Loading commit data...
sky_tool Loading commit data...
widgets.dart Loading commit data...