renamed cursor defines

This commit is contained in:
peterl@netscape.com
1998-10-26 23:14:17 +00:00
parent 4e8d63eb87
commit fd8f36e779
8 changed files with 14 additions and 14 deletions

View File

@@ -148,7 +148,7 @@ NS_METHOD nsHTMLContainerFrame::GetCursorAndContentAt(nsIPresContext& aPresConte
mContent->GetTag(tag);
if (nsHTMLAtoms::a == tag) {
// Anchor tags override their child cursors in some cases.
if ((NS_STYLE_CURSOR_IBEAM == aCursor) &&
if ((NS_STYLE_CURSOR_TEXT == aCursor) &&
(NS_STYLE_CURSOR_INHERIT != myCursor)) {
aCursor = myCursor;
}