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

Implement Debug for egui::Context #2248

Merged
merged 2 commits into from
Nov 6, 2022
Merged

Conversation

SquareMan
Copy link
Contributor

I was writing some code earlier today that involved storing an egui Context in a struct when I realized that Context does not implement Debug. IMO it's a good idea to have an implementation that simply prints the struct name than to have nothing at all.

@SquareMan SquareMan marked this pull request as ready for review November 6, 2022 20:06
@emilk emilk merged commit 7434a7d into emilk:master Nov 6, 2022
@SquareMan SquareMan deleted the context_debug branch November 6, 2022 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants