This commit is contained in:
Ashley Wulber 2024-10-18 11:16:14 -04:00 committed by Ashley Wulber
parent 45f3999f9c
commit f0a38aa1ad
3 changed files with 0 additions and 410 deletions

View file

@ -72,7 +72,6 @@ where
id: I,
container: Container<'a, Message, crate::Theme, Renderer>,
ignore_bounds: bool,
request_size: bool,
}
impl<'a, Message, Renderer, I> RectangleTrackingContainer<'a, Message, Renderer, I>
@ -90,7 +89,6 @@ where
tx,
container: Container::new(content),
ignore_bounds: false,
request_size: true,
}
}
@ -214,7 +212,6 @@ where
limits
},
);
if self.request_size {}
layout
}