mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
element scroll setters
This commit is contained in:
parent
fefdaf76de
commit
11b12f677b
8 changed files with 364 additions and 41 deletions
|
@ -720,7 +720,9 @@ impl<Window: WindowMethods> IOCompositor<Window> {
|
|||
let typed = layer.extra_data.borrow().scroll_offset;
|
||||
let _ = sender.send(Point2D::new(typed.x.get(), typed.y.get()));
|
||||
},
|
||||
None => {},
|
||||
None => {
|
||||
warn!("Can't find requested layer in handling Msg::GetScrollOffset");
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue