mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #1656 - Part 2b: Unmangle one more lost little UTF-8 victim.
This commit is contained in:
parent
ed7e49eda6
commit
f9cc5ab011
1 changed files with 1 additions and 1 deletions
|
|
@ -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 item’s intrinsic aspect ratio.
|
||||
if (aFlexItem.IntrinsicRatio()) {
|
||||
// We have a usable aspect ratio. (not going to divide by 0)
|
||||
const bool useMinSizeIfCrossSizeIsIndefinite = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue