1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-28 14:38:38 +00:00

Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
2025-01-29 12:26:22 +08:00
6 changed files with 805 additions and 866 deletions
+1
View File
@@ -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;
}