Fix uninitialized Tree in overlay::Menu

This commit is contained in:
Héctor Ramón Jiménez 2022-07-28 00:50:03 +02:00
parent 375386faa9
commit a003e797e8
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -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,