not in build yet. when i turn on ender-lite i will get a huge approval/review

This commit is contained in:
mjudge%netscape.com 2000-05-19 00:12:14 +00:00
Родитель 22a98ec659
Коммит 78c90cba10
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1269,7 +1269,8 @@ NS_IMETHODIMP nsGfxTextControlFrame2::Reflow(nsIPresContext* aPresConte
kidReflowState.mComputedHeight -= (kidReflowState.mComputedBorderPadding.top + kidReflowState.mComputedBorderPadding.bottom);
rv = ReflowChild(child, aPresContext, kidReflowDesiredSize, kidReflowState, 0, 0, 0, aStatus);
rv = ReflowChild(child, aPresContext, kidReflowDesiredSize, kidReflowState, aReflowState.mComputedBorderPadding.left,
aReflowState.mComputedBorderPadding.top, 0, aStatus);
// Place and size the child.
FinishReflowChild(child, aPresContext, kidReflowDesiredSize, aReflowState.mComputedBorderPadding.left,
aReflowState.mComputedBorderPadding.top, 0);