This commit is contained in:
kipp%netscape.com 1999-03-08 19:26:09 +00:00
Родитель d591ea0757
Коммит 1fa4b4f9eb
2 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -1483,6 +1483,11 @@ nsInlineFrame::ReflowInlineFrames(nsIPresContext& aPresContext,
}
aMetrics.height = bbox.height + aReflowState.mComputedBorderPadding.top +
aReflowState.mComputedBorderPadding.bottom;
#ifdef NOISY_FINAL_SIZE
ListTag(stdout);
printf(": metrics=%d,%d ascent=%d descent=%d\n",
aMetrics.width, aMetrics.height, aMetrics.ascent, aMetrics.descent);
#endif
aMetrics.mCarriedOutTopMargin = 0;
aMetrics.mCarriedOutBottomMargin = 0;
if (nsnull != aMetrics.maxElementSize) {

Просмотреть файл

@ -1483,6 +1483,11 @@ nsInlineFrame::ReflowInlineFrames(nsIPresContext& aPresContext,
}
aMetrics.height = bbox.height + aReflowState.mComputedBorderPadding.top +
aReflowState.mComputedBorderPadding.bottom;
#ifdef NOISY_FINAL_SIZE
ListTag(stdout);
printf(": metrics=%d,%d ascent=%d descent=%d\n",
aMetrics.width, aMetrics.height, aMetrics.ascent, aMetrics.descent);
#endif
aMetrics.mCarriedOutTopMargin = 0;
aMetrics.mCarriedOutBottomMargin = 0;
if (nsnull != aMetrics.maxElementSize) {