Rename Widget::on_event to update
This commit is contained in:
parent
dcc184b01b
commit
f02bfc3f68
37 changed files with 67 additions and 67 deletions
|
|
@ -271,7 +271,7 @@ where
|
|||
};
|
||||
|
||||
if !is_picked {
|
||||
self.body.as_widget_mut().on_event(
|
||||
self.body.as_widget_mut().update(
|
||||
&mut tree.children[0],
|
||||
event,
|
||||
body_layout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue