Oog. Green and open not enough. jkeiser back self out, keep drivers from hitting with big rock.

This commit is contained in:
jkeiser@netscape.com
2002-12-09 06:15:33 +00:00
parent 9738c4305c
commit 4d63191bec
6 changed files with 53 additions and 75 deletions

View File

@@ -2940,7 +2940,7 @@ nsTextControlFrame::SetValue(const nsAString& aValue)
nsCOMPtr<nsITextControlElement> textControl = do_QueryInterface(mContent);
if (textControl)
{
textControl->TakeTextFrameValue(aValue);
textControl->SetValueGuaranteed(aValue, this);
}
}
}