Update smithay-egui and fix compilation of debug

This commit is contained in:
Ian Douglas Scott 2023-08-01 14:26:51 -07:00
parent 2729be8542
commit 4a780cb343
8 changed files with 42 additions and 87 deletions

View file

@ -371,7 +371,7 @@ impl State {
userdata
.get::<SupressedKeys>()
.unwrap()
.add(&handle);
.add(&handle, None);
return FilterResult::Intercept(None);
}
}