Update iced for input_zone change

https://github.com/pop-os/iced/pull/241
This commit is contained in:
Ian Douglas Scott 2025-10-17 08:59:39 -07:00 committed by Ian Douglas Scott
parent f44d82a7e8
commit 76c1897d4d
2 changed files with 3 additions and 3 deletions

2
iced

@ -1 +1 @@
Subproject commit 8cbf2b70ad229a4bc5b7055e3d0a9eef265bd10d
Subproject commit 7bb364e01d6cd6c07703416828006ab497a082e6

View file

@ -252,10 +252,10 @@ impl Context {
parent: parent_id.unwrap_or(window::Id::RESERVED),
id: window_id,
grab: false,
input_zone: Some(Rectangle::new(
input_zone: Some(vec![Rectangle::new(
iced::Point::new(-1000., -1000.),
iced::Size::default(),
)),
)]),
positioner: SctkPositioner {
size: None,
size_limits: Limits::NONE.min_width(1.).min_height(1.),