Skip to content

Update color picker buttons to the new popup api #5832

@lucasmerlin

Description

@lucasmerlin

Describe the bug
#5814 made it so you need to call keep_popup_open or the popup will close. Since the color picker doesn't use the new popup yet, it now immideately closes.

To Reproduce
Steps to reproduce the behavior:

  1. try using color picker on egui.rs

To fix this we should ensure all places using the Memory::popup api are either

  • updated to use the new Popup struct
  • updated to call keep_popup_open

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is broken

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions