Fix size_hint for keyed_column
This commit is contained in:
parent
d62bb8193c
commit
e710e76949
3 changed files with 27 additions and 28 deletions
|
|
@ -80,6 +80,7 @@ pub fn keyed_column<'a, Key, Message, Renderer>(
|
|||
) -> keyed::Column<'a, Key, Message, Renderer>
|
||||
where
|
||||
Key: Copy + PartialEq,
|
||||
Renderer: core::Renderer,
|
||||
{
|
||||
keyed::Column::with_children(children)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue