fixed default value of vertical align

This commit is contained in:
peterl%netscape.com 1998-12-11 02:33:03 +00:00
Родитель bb699e8951
Коммит 7c66e30085
3 изменённых файлов: 3 добавлений и 3 удалений

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

@ -580,7 +580,7 @@ void StyleTextImpl::ResetFrom(const nsStyleText* aParent, nsIPresContext* aPresC
{
// These properties not inherited
mTextDecoration = NS_STYLE_TEXT_DECORATION_NONE;
mVerticalAlign.SetIntValue(NS_STYLE_VERTICAL_ALIGN_BASELINE, eStyleUnit_Enumerated);
mVerticalAlign.Reset();
if (nsnull != aParent) {
mTextAlign = aParent->mTextAlign;

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

@ -580,7 +580,7 @@ void StyleTextImpl::ResetFrom(const nsStyleText* aParent, nsIPresContext* aPresC
{
// These properties not inherited
mTextDecoration = NS_STYLE_TEXT_DECORATION_NONE;
mVerticalAlign.SetIntValue(NS_STYLE_VERTICAL_ALIGN_BASELINE, eStyleUnit_Enumerated);
mVerticalAlign.Reset();
if (nsnull != aParent) {
mTextAlign = aParent->mTextAlign;

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

@ -580,7 +580,7 @@ void StyleTextImpl::ResetFrom(const nsStyleText* aParent, nsIPresContext* aPresC
{
// These properties not inherited
mTextDecoration = NS_STYLE_TEXT_DECORATION_NONE;
mVerticalAlign.SetIntValue(NS_STYLE_VERTICAL_ALIGN_BASELINE, eStyleUnit_Enumerated);
mVerticalAlign.Reset();
if (nsnull != aParent) {
mTextAlign = aParent->mTextAlign;