Commit graph

2 commits

Author SHA1 Message Date
Marien Zwart
323a0b9e61 Forward overlay() calls in iced_pure::element::Map
If Map does not override overlay(), calling map() on a pure Element
breaks any pick_list inside it (its overlay does not appear).

Fix it by implementing overlay() the same way iced_native::element::Map
does.
2022-03-26 18:42:26 +11:00
Héctor Ramón Jiménez
d7100fd259
Export widget modules in iced_pure
... and fix collisions with the new `helpers`
2022-03-16 17:37:19 +07:00
Renamed from pure/src/widget/element.rs (Browse further)