egui
egui copied to clipboard
Frame demo ID clash
Describe the bug
To Reproduce Steps to reproduce the behavior:
- https://www.egui.rs/
- Enable
Framedemo - Disable the first two "same" checkboxes
Its not happening anymore?
As the web demo is built in release mode, the ID clash warning is off by default. It can be toggled in the settings, and it is turned on when you open the ID Test window. That's why you may or may not see the warning depending on what you clicked on.
https://github.com/emilk/egui/blob/1f6ae49a5f6bf43a869c215dea0d3028be8d742a/crates/egui_demo_lib/src/demo/tests/id_test.rs#L19-L20