1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/crates
Sergey Ukolov 2957fd56a5 Fix: use unique id for resize columns in Table (#7414)
Currently the IDs for resize columns in Table are based on the ID of
parent. When placing multiple tables within the same parent the ID clash
for resize columns occurs despite the
[TableBuilder::id_salt](https://docs.rs/egui_extras/0.32.0/egui_extras/struct.TableBuilder.html#method.id_salt)
is being used.
2025-08-24 16:40:44 +02:00
..
2025-08-15 13:42:49 +02:00
2025-08-24 16:27:28 +02:00
2025-08-15 13:42:49 +02:00
2025-08-15 13:42:49 +02:00
2025-08-08 12:04:51 +02:00