1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00
Files
egui/crates
Hrafn Orri Hrafnkelsson 0f8614d69e Avoid some Id clashes by seeding auto-ids with child id (#4840)
I was having trouble with id collisions and was not able to resolve it
using `push_id` and `child_ui_with_id_source`.

When investigating the issue I found
https://github.com/emilk/egui/pull/2262 which matched the issues I had
so I forked egui and implemented the changes from that PR for the latest
version.

It solved the issue for me.

I did not notice any regressions in my project or the egui web viewer.

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2024-08-27 09:43:57 +02:00
..
2024-07-15 11:20:22 +02:00
2023-04-18 15:52:45 +02:00
2024-08-16 13:29:40 +02:00
2024-08-26 15:35:44 +02:00
2024-07-15 19:54:35 +02:00
2024-08-26 10:41:16 +02:00