Call size_hint from Explain

This commit is contained in:
Cory Forsstrom 2024-01-31 14:39:51 -08:00
parent d3727a36c2
commit b10a27abee
No known key found for this signature in database
GPG key ID: 64D6B5851FFCAC9E

View file

@ -481,6 +481,10 @@ where
self.element.widget.size()
}
fn size_hint(&self) -> Size<Length> {
self.element.widget.size_hint()
}
fn tag(&self) -> tree::Tag {
self.element.widget.tag()
}