This commit is contained in:
karnaze%netscape.com 1998-12-10 17:22:31 +00:00
Родитель 22356e1096
Коммит 3903c8a8d8
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -295,7 +295,6 @@ nsTextControlFrame::AttributeChanged(nsIPresContext* aPresContext,
PRUint32 ignore;
text->SetText(value, ignore);
nsFormFrame::StyleChangeReflow(aPresContext, this);
}
} else if (nsHTMLAtoms::size == aAttribute) {
nsFormFrame::StyleChangeReflow(aPresContext, this);
} else if (nsHTMLAtoms::maxlength == aAttribute) {
@ -306,6 +305,7 @@ nsTextControlFrame::AttributeChanged(nsIPresContext* aPresContext,
}
}
NS_RELEASE(text);
}
}
return result;

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

@ -295,7 +295,6 @@ nsTextControlFrame::AttributeChanged(nsIPresContext* aPresContext,
PRUint32 ignore;
text->SetText(value, ignore);
nsFormFrame::StyleChangeReflow(aPresContext, this);
}
} else if (nsHTMLAtoms::size == aAttribute) {
nsFormFrame::StyleChangeReflow(aPresContext, this);
} else if (nsHTMLAtoms::maxlength == aAttribute) {
@ -306,6 +305,7 @@ nsTextControlFrame::AttributeChanged(nsIPresContext* aPresContext,
}
}
NS_RELEASE(text);
}
}
return result;