Fix uninitialized Tree in overlay::Menu
This commit is contained in:
parent
375386faa9
commit
a003e797e8
1 changed files with 2 additions and 0 deletions
|
|
@ -181,6 +181,8 @@ where
|
||||||
style,
|
style,
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
state.tree.diff(&container as &dyn Widget<_, _>);
|
||||||
|
|
||||||
Self {
|
Self {
|
||||||
state: &mut state.tree,
|
state: &mut state.tree,
|
||||||
container,
|
container,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue