mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
auto merge of #4530 : pcwalton/servo/pointer-events, r=mbrubeck
SVG-only values are not yet supported. r? @mbrubeck
This commit is contained in:
commit
a88e668091
4 changed files with 58 additions and 12 deletions
|
@ -998,7 +998,7 @@ impl LayoutRPC for LayoutRPCImpl {
|
|||
|
||||
// Compute the new cursor.
|
||||
let cursor = if !mouse_over_list.is_empty() {
|
||||
mouse_over_list[0].cursor
|
||||
mouse_over_list[0].pointing.unwrap()
|
||||
} else {
|
||||
Cursor::DefaultCursor
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue