Update taffy to 0.7.6
This commit is contained in:
parent
ea0cc4c7e3
commit
f833a5fea5
3 changed files with 6 additions and 7 deletions
|
|
@ -39,7 +39,7 @@ impl<C> Tree<C> {
|
|||
self.tree.compute_layout_with_measure(
|
||||
root,
|
||||
available,
|
||||
|known, available, _node, context| {
|
||||
|known, available, _node, context, _style| {
|
||||
if let Some(widget) = context {
|
||||
widget.size(ctx, known, available)
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue