Merge pull request #2224 from tarkah/fix/map-size-hint
Call size_hint from Map
This commit is contained in:
commit
d3727a36c2
1 changed files with 4 additions and 0 deletions
|
|
@ -308,6 +308,10 @@ where
|
|||
self.widget.size()
|
||||
}
|
||||
|
||||
fn size_hint(&self) -> Size<Length> {
|
||||
self.widget.size_hint()
|
||||
}
|
||||
|
||||
fn layout(
|
||||
&self,
|
||||
tree: &mut Tree,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue