New iced changes
This commit is contained in:
parent
70d487ba20
commit
7e9a12a4aa
4 changed files with 6 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue