Issue #1656 - Part 2b: Unmangle one more lost little UTF-8 victim.

This commit is contained in:
Moonchild 2020-09-23 14:57:31 +00:00 committed by roytam1
commit f9cc5ab011

View file

@ -1613,7 +1613,7 @@ ResolveAutoFlexBasisFromRatio(FlexItem& aFlexItem,
// - a [used] flex-basis of 'main-size' [auto?] [We have this, if we're here.]
// - a definite cross size
// then the flex base size is calculated from its inner cross size and the
// flex item???s intrinsic aspect ratio.
// flex items intrinsic aspect ratio.
if (aFlexItem.IntrinsicRatio()) {
// We have a usable aspect ratio. (not going to divide by 0)
const bool useMinSizeIfCrossSizeIsIndefinite = false;