Replace stateful widgets with new iced_pure API
This commit is contained in:
parent
c44267b85f
commit
ff2519b1d4
142 changed files with 3631 additions and 14494 deletions
|
|
@ -58,7 +58,7 @@ where
|
|||
element: &Element<'a, Message, Self>,
|
||||
limits: &layout::Limits,
|
||||
) -> layout::Node {
|
||||
let layout = element.layout(self, limits);
|
||||
let layout = element.as_widget().layout(self, limits);
|
||||
|
||||
self.backend.trim_measurements();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue