Fixed widget animations implementation
This commit is contained in:
parent
3c095aa3f0
commit
8da098330b
4 changed files with 95 additions and 39 deletions
|
|
@ -67,7 +67,7 @@ impl Tree {
|
|||
}
|
||||
}
|
||||
|
||||
/// Reconciliates the children of the tree with the provided list of widgets.
|
||||
/// Reconciles the children of the tree with the provided list of widgets.
|
||||
pub fn diff_children<'a, Message, Renderer>(
|
||||
&mut self,
|
||||
new_children: &[impl Borrow<dyn Widget<Message, Renderer> + 'a>],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue