Call size_hint from Map

This commit is contained in:
Cory Forsstrom 2024-01-31 14:14:58 -08:00
parent 4fcbcdab1c
commit f9db8d1efe
No known key found for this signature in database
GPG key ID: 64D6B5851FFCAC9E

View file

@ -308,6 +308,10 @@ where
self.widget.size()
}
fn size_hint(&self) -> Size<Length> {
self.widget.size_hint()
}
fn layout(
&self,
tree: &mut Tree,