• Ian Hickson's avatar
    Fix bugs in RenderSizedOverflowBox and RenderFractionallySizedOverflowBox (#23492) · 53308465
    Ian Hickson authored
    Bug #1: These didn't work with directional alignments, due to an error
    in the types of the constructor arguments.
    
    Bug #2: Pretty sure RenderSizedOverflowBox never worked at all. As
    soon as I wrote a test for it, the test showed that there was a
    fundamental bug in its performLayout method: it didn't set
    parentUsesSize, but it immediately tried to use the child's size.
    53308465
Name
Last commit
Last update
..
lib Loading commit data...
test Loading commit data...
BUILD.gn Loading commit data...
README.md Loading commit data...
pubspec.yaml Loading commit data...