Bug 346690 - Add support for the 'none' keyword for the CSS cursor property. r=dbaron, sr=mats, a=schrep
git-svn-id: svn://10.0.0.236/trunk@243466 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2859,6 +2859,9 @@ nsEventStateManager::SetCursor(PRInt32 aCursor, imgIContainer* aContainer,
|
||||
case NS_STYLE_CURSOR_EW_RESIZE:
|
||||
c = eCursor_ew_resize;
|
||||
break;
|
||||
case NS_STYLE_CURSOR_NONE:
|
||||
c = eCursor_none;
|
||||
break;
|
||||
}
|
||||
|
||||
// First, try the imgIContainer, if non-null
|
||||
|
||||
Reference in New Issue
Block a user