![]() Id clashes can cause subtle bugs. egui already warns when the same Id is used to interact with different parts of the screen. This adds warnings about id clashes for some widgets that store state: Grid, Plot, ScrollArea, Table. The PR also adds `Context::check_for_id_clash` so users who create their own widgets can add the same type of check. |
||
---|---|---|
.. | ||
datepicker | ||
image.rs | ||
layout.rs | ||
lib.rs | ||
sizing.rs | ||
strip.rs | ||
table.rs |