Update iced for input_zone change
https://github.com/pop-os/iced/pull/241
This commit is contained in:
parent
f44d82a7e8
commit
76c1897d4d
2 changed files with 3 additions and 3 deletions
2
iced
2
iced
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8cbf2b70ad229a4bc5b7055e3d0a9eef265bd10d
|
Subproject commit 7bb364e01d6cd6c07703416828006ab497a082e6
|
||||||
|
|
@ -252,10 +252,10 @@ impl Context {
|
||||||
parent: parent_id.unwrap_or(window::Id::RESERVED),
|
parent: parent_id.unwrap_or(window::Id::RESERVED),
|
||||||
id: window_id,
|
id: window_id,
|
||||||
grab: false,
|
grab: false,
|
||||||
input_zone: Some(Rectangle::new(
|
input_zone: Some(vec![Rectangle::new(
|
||||||
iced::Point::new(-1000., -1000.),
|
iced::Point::new(-1000., -1000.),
|
||||||
iced::Size::default(),
|
iced::Size::default(),
|
||||||
)),
|
)]),
|
||||||
positioner: SctkPositioner {
|
positioner: SctkPositioner {
|
||||||
size: None,
|
size: None,
|
||||||
size_limits: Limits::NONE.min_width(1.).min_height(1.),
|
size_limits: Limits::NONE.min_width(1.).min_height(1.),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue