Rename Overlay::on_event to update
This commit is contained in:
parent
03bffe3db6
commit
e5f1e31a5c
14 changed files with 25 additions and 26 deletions
|
|
@ -72,7 +72,7 @@ where
|
|||
)
|
||||
}
|
||||
|
||||
fn on_event(
|
||||
fn update(
|
||||
&mut self,
|
||||
event: Event,
|
||||
layout: Layout<'_>,
|
||||
|
|
@ -82,7 +82,7 @@ where
|
|||
shell: &mut Shell<'_, Message>,
|
||||
) {
|
||||
for (child, layout) in self.children.iter_mut().zip(layout.children()) {
|
||||
child.on_event(
|
||||
child.update(
|
||||
event.clone(),
|
||||
layout,
|
||||
cursor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue