New iced changes

This commit is contained in:
Bingus 2023-01-18 15:17:20 -08:00
parent 70d487ba20
commit 7e9a12a4aa
No known key found for this signature in database
GPG key ID: 5F84D2AA40A9F170
4 changed files with 6 additions and 5 deletions

View file

@ -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),
})
})