Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward overlay() calls in iced_pure::element::Map #1294

Merged
merged 2 commits into from
Mar 29, 2022

Commits on Mar 26, 2022

  1. 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.
    marienz committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    323a0b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    d9d6dff View commit details
    Browse the repository at this point in the history