mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
bf90272692
6 changed files with 776 additions and 837 deletions
|
|
@ -4519,6 +4519,7 @@ nsGridContainerFrame::Tracks::ResolveIntrinsicSize(
|
|||
|
||||
// Check if we need to apply "Automatic Minimum Size" and cache it.
|
||||
if ((state & TrackSize::eAutoMinSizing) &&
|
||||
!(state & TrackSize::eFlexMaxSizing) &&
|
||||
gridItem.ShouldApplyAutoMinSize(wm, mAxis, aPercentageBasis)) {
|
||||
gridItem.mState[mAxis] |= ItemState::eApplyAutoMinSize;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue