update iced
This commit is contained in:
parent
2086a0ee0e
commit
69da283aeb
10 changed files with 27 additions and 12 deletions
|
|
@ -189,6 +189,7 @@ where
|
|||
renderer: &Renderer,
|
||||
clipboard: &mut dyn Clipboard,
|
||||
shell: &mut Shell<'_, Message>,
|
||||
viewport: &iced_core::Rectangle,
|
||||
) -> event::Status {
|
||||
self.container.on_event(
|
||||
tree,
|
||||
|
|
@ -198,6 +199,7 @@ where
|
|||
renderer,
|
||||
clipboard,
|
||||
shell,
|
||||
viewport,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue