mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove mention of some old issues
* #228 was done (confirmed by mbrubeck) * #2012 fixed TODO item * servo/webrender#28 (zoom does work)
This commit is contained in:
parent
3692f13dcb
commit
8a57bff59d
4 changed files with 11 additions and 19 deletions
|
@ -1034,7 +1034,6 @@ impl<Window: WindowMethods> IOCompositor<Window> {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO(gw): Support zoom (WR issue #28).
|
||||
if let Some(combined_event) = last_combined_event {
|
||||
let scroll_location = match combined_event.scroll_location {
|
||||
ScrollLocation::Delta(delta) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue