mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
As we have two Margin widgets in the same UI and this widget has a Grid with a hardcoded Id, we have to force a different Id to one of them to avoid clashes. * Closes <https://github.com/emilk/egui/issues/4965> * [x] I have followed the instructions in the PR template