New iced changes
This commit is contained in:
parent
70d487ba20
commit
7e9a12a4aa
4 changed files with 6 additions and 5 deletions
|
|
@ -70,7 +70,7 @@ where
|
|||
|
||||
events.filter_map(move |(event, status)| {
|
||||
future::ready(match event {
|
||||
Event::Window(window::Event::RedrawRequested(_)) => None,
|
||||
Event::Window(_, window::Event::RedrawRequested(_)) => None,
|
||||
_ => f(event, status),
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue