Revert changing the constructor and implement new method.
This commit is contained in:
parent
60b40fdc99
commit
f4b8bce837
16 changed files with 39 additions and 44 deletions
|
|
@ -95,7 +95,7 @@ where
|
|||
|
||||
let size = limits.resolve(Size::ZERO);
|
||||
|
||||
layout::Node::new(size, Size::ZERO)
|
||||
layout::Node::new(size)
|
||||
}
|
||||
|
||||
fn draw(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue