зеркало из https://github.com/mozilla/pjs.git
This commit is contained in:
Родитель
1cd5617156
Коммит
69544cfd28
|
@ -389,6 +389,12 @@ nsBoxFrame::Reflow(nsIPresContext& aPresContext,
|
|||
if (hunit == eStyleUnit_Coord)
|
||||
desiredSize.height = position->mHeight.GetCoordValue();
|
||||
|
||||
if (NS_INTRINSICSIZE == desiredSize.width)
|
||||
desiredSize.width = 0;
|
||||
|
||||
if (NS_INTRINSICSIZE == desiredSize.height)
|
||||
desiredSize.height = 0;
|
||||
|
||||
if (mHorizontal)
|
||||
springs[count].preferredSize = desiredSize.width;
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче