Text Color well reverts to black when typing; b=112966, r/sr=kin

This commit is contained in:
glazman%netscape.com 2002-01-25 09:53:58 +00:00
Родитель f1172a05a3
Коммит 5e1af47673
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -970,8 +970,8 @@ nsHTMLEditor::GetInlinePropertyBase(nsIAtom *aProperty,
}
if (!useCSS) {
nsCOMPtr<nsIDOMNode> resultNode;
IsTextPropertySetByContent(collapsedNode, aProperty, 0, 0,
isSet, getter_AddRefs(resultNode));
IsTextPropertySetByContent(collapsedNode, aProperty, aAttribute, aValue,
isSet, getter_AddRefs(resultNode), outValue);
*aFirst = *aAny = *aAll = isSet;
return NS_OK;
}