WIP
This commit is contained in:
parent
196946cbb6
commit
b6110fed9e
2 changed files with 12 additions and 2 deletions
|
@ -1528,6 +1528,11 @@ mod tests {
|
|||
});
|
||||
});
|
||||
|
||||
window.update(cx, |cx| {
|
||||
let root = cx.root_element();
|
||||
dbg!(root.debug(cx).unwrap());
|
||||
});
|
||||
|
||||
// tree.layout(
|
||||
// SizeConstraint::strict(vec2f(100., 100.)),
|
||||
// &mut (),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue