Fixed inheritance behavior of line-height ala peterl

This commit is contained in:
kipp%netscape.com 1998-10-16 03:47:40 +00:00
Родитель 0cc55f9290
Коммит 454582badf
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -537,7 +537,7 @@ void StyleTextImpl::ResetFrom(const nsStyleText* aParent, nsIPresContext* aPresC
mWhiteSpace = aParent->mWhiteSpace;
mLetterSpacing = aParent->mLetterSpacing;
mLineHeight = aParent->mLineHeight;
mLineHeight.SetInheritValue();
mTextIndent = aParent->mTextIndent;
mWordSpacing = aParent->mWordSpacing;
}

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

@ -537,7 +537,7 @@ void StyleTextImpl::ResetFrom(const nsStyleText* aParent, nsIPresContext* aPresC
mWhiteSpace = aParent->mWhiteSpace;
mLetterSpacing = aParent->mLetterSpacing;
mLineHeight = aParent->mLineHeight;
mLineHeight.SetInheritValue();
mTextIndent = aParent->mTextIndent;
mWordSpacing = aParent->mWordSpacing;
}

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

@ -537,7 +537,7 @@ void StyleTextImpl::ResetFrom(const nsStyleText* aParent, nsIPresContext* aPresC
mWhiteSpace = aParent->mWhiteSpace;
mLetterSpacing = aParent->mLetterSpacing;
mLineHeight = aParent->mLineHeight;
mLineHeight.SetInheritValue();
mTextIndent = aParent->mTextIndent;
mWordSpacing = aParent->mWordSpacing;
}