diff --git a/iced b/iced index 8cbf2b7..7bb364e 160000 --- a/iced +++ b/iced @@ -1 +1 @@ -Subproject commit 8cbf2b70ad229a4bc5b7055e3d0a9eef265bd10d +Subproject commit 7bb364e01d6cd6c07703416828006ab497a082e6 diff --git a/src/applet/mod.rs b/src/applet/mod.rs index ded92cf..6dfaeef 100644 --- a/src/applet/mod.rs +++ b/src/applet/mod.rs @@ -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.),