Fix incorrect tree item in ContextDrawer overlay
This commit is contained in:
parent
4b8fb4646b
commit
77e9a160c4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ where
|
|||
let mut node =
|
||||
self.content
|
||||
.as_widget()
|
||||
.layout(&mut self.tree.children[0], renderer, &limits);
|
||||
.layout(&mut self.tree, renderer, &limits);
|
||||
let node_size = node.size();
|
||||
|
||||
node.move_to(Point {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue