We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug seems that egui frame doesn't clear properly using glow backend on a mac
To Reproduce Steps to reproduce the behavior:
ui.color_edit_button_rgb(&mut clear_color);
Expected behavior everything should be clear
Screenshots https://user-images.githubusercontent.com/3333460/142732354-014755b9-9241-4ded-a673-138c8bb5622c.mov
Desktop (please complete the following information):
Additional context Only tested with glow backend in a Mac, so I'm not sure if this happens in other platforms
The text was updated successfully, but these errors were encountered:
after digging deeper, i understand my comment does not belongs here but instead of delete my comment you could reference #838
Sorry, something went wrong.
No branches or pull requests
Describe the bug
seems that egui frame doesn't clear properly using glow backend on a mac
To Reproduce
Steps to reproduce the behavior:
ui.color_edit_button_rgb(&mut clear_color);
Expected behavior
everything should be clear
Screenshots
https://user-images.githubusercontent.com/3333460/142732354-014755b9-9241-4ded-a673-138c8bb5622c.mov
Desktop (please complete the following information):
Additional context
Only tested with glow backend in a Mac, so I'm not sure if this happens in other platforms
The text was updated successfully, but these errors were encountered: