зеркало из https://github.com/mozilla/pjs.git
Bug 346690 - Add support for the 'none' keyword for the CSS cursor property. r=dbaron, sr=mats, a=schrep
This commit is contained in:
Родитель
fa25e69596
Коммит
1652224bed
|
@ -576,6 +576,10 @@ NS_METHOD nsWidget::SetCursor( nsCursor aCursor ) {
|
|||
curs = Ph_CURSOR_DRAG_HORIZONTAL;
|
||||
break;
|
||||
|
||||
case eCursor_none:
|
||||
// XXX: No suitable cursor, needs implementing
|
||||
break;
|
||||
|
||||
default:
|
||||
NS_ASSERTION(0, "Invalid cursor type");
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче