Use crossAxisOwnerSize instead of ownerHeight in cross axis bound call #1763

Closed
joevilches wants to merge 1 commits from export-D66736539 into main

View File

@@ -1780,7 +1780,7 @@ static void calculateLayoutImpl(
crossAxis,
direction,
unclampedCrossDim,
ownerHeight,
crossAxisOwnerSize,
ownerWidth) -
paddingAndBorderAxisCross;