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

@ -782,7 +782,7 @@ where
state.keyboard_modifiers = modifiers;
}
Event::Window(window::Event::RedrawRequested(now)) => {
Event::Window(_, window::Event::RedrawRequested(now)) => {
let state = state();
if let Some(focus) = &mut state.is_focused {