You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
* related to #5832
(I want to keep that open and actually update the button to use the new
popup, but this should be enough to fix it for now)
* [X] I have followed the instructions in the PR template
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:
To fix this we should ensure all places using the
Memory::popup
api are eitherPopup
structThe text was updated successfully, but these errors were encountered: