Add file events to iced_native:🪟:Event
This commit is contained in:
parent
5de404ddd9
commit
f73bacb454
6 changed files with 29 additions and 8 deletions
|
|
@ -159,7 +159,7 @@ where
|
|||
self.children.iter_mut().zip(layout.children()).for_each(
|
||||
|(child, layout)| {
|
||||
child.widget.on_event(
|
||||
event,
|
||||
event.clone(),
|
||||
layout,
|
||||
cursor_position,
|
||||
messages,
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ where
|
|||
self.children.iter_mut().zip(layout.children()).for_each(
|
||||
|(child, layout)| {
|
||||
child.widget.on_event(
|
||||
event,
|
||||
event.clone(),
|
||||
layout,
|
||||
cursor_position,
|
||||
messages,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue