Get cursor properly
git-svn-id: svn://10.0.0.236/trunk@685 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -665,7 +665,7 @@ void CSSStyleRuleImpl::MapStyleInto(nsIStyleContext* aContext, nsIPresContext* a
|
||||
|
||||
// cursor: enum
|
||||
if (ourColor->mCursor.GetUnit() == eCSSUnit_Enumerated) {
|
||||
color->mCursor = ourColor->mCursor.GetColorValue();
|
||||
color->mCursor = ourColor->mCursor.GetIntValue();
|
||||
}
|
||||
|
||||
// cursor-image: string
|
||||
|
||||
Reference in New Issue
Block a user