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

Only show id clash warnings in debug builds by default #2930

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

emilk
Copy link
Owner

@emilk emilk commented Apr 18, 2023

Change with egui_ctx.options_mut(|opt| opt.warn_on_id_clash = true);

Change with `egui_ctx.options_mut(|opt| opt.warn_on_id_clash = true);`
@emilk emilk added feature New feature or request egui labels Apr 18, 2023
@emilk emilk merged commit b8e7987 into master Apr 19, 2023
36 checks passed
@emilk emilk deleted the emilk/id-clash-in-debug-builds branch April 19, 2023 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
egui feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant