Fix update passing wrong Tree to content in pop widget
This commit is contained in:
parent
1dccd1e71f
commit
24905ebd5d
1 changed files with 8 additions and 1 deletions
|
|
@ -127,7 +127,14 @@ where
|
|||
}
|
||||
|
||||
self.content.as_widget_mut().update(
|
||||
tree, event, layout, cursor, renderer, clipboard, shell, viewport,
|
||||
&mut tree.children[0],
|
||||
event,
|
||||
layout,
|
||||
cursor,
|
||||
renderer,
|
||||
clipboard,
|
||||
shell,
|
||||
viewport,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue