autocommit 2022-01-31 23:45:42 CET
This commit is contained in:
parent
865d5f295d
commit
f2117256b9
33 changed files with 784 additions and 178 deletions
|
|
@ -343,7 +343,6 @@ impl Node for ContainerNode {
|
|||
}
|
||||
|
||||
fn child_size_changed(&self, child: &dyn Node, width: i32, height: i32) {
|
||||
log::info!("child size changed {}x{}", width, height);
|
||||
let cn = self.child_nodes.borrow();
|
||||
if let Some(node) = cn.get(&child.id()) {
|
||||
let rect = Rect::new(0, 0, width, height).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue