зеркало из https://github.com/mozilla/gecko-dev.git
Add in border and padding to get the max-element-size right
This commit is contained in:
Родитель
024a0ebf81
Коммит
0a7f47b0de
|
@ -71,6 +71,7 @@ nsLeafFrame::Reflow(nsIPresContext& aPresContext,
|
|||
nsMargin borderPadding;
|
||||
AddBordersAndPadding(&aPresContext, aReflowState, aMetrics, borderPadding);
|
||||
if (nsnull != aMetrics.maxElementSize) {
|
||||
aMetrics.AddBorderPaddingToMaxElementSize(borderPadding);
|
||||
aMetrics.maxElementSize->width = aMetrics.width;
|
||||
aMetrics.maxElementSize->height = aMetrics.height;
|
||||
}
|
||||
|
|
|
@ -71,6 +71,7 @@ nsLeafFrame::Reflow(nsIPresContext& aPresContext,
|
|||
nsMargin borderPadding;
|
||||
AddBordersAndPadding(&aPresContext, aReflowState, aMetrics, borderPadding);
|
||||
if (nsnull != aMetrics.maxElementSize) {
|
||||
aMetrics.AddBorderPaddingToMaxElementSize(borderPadding);
|
||||
aMetrics.maxElementSize->width = aMetrics.width;
|
||||
aMetrics.maxElementSize->height = aMetrics.height;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче