mirror of
https://github.com/emilk/egui.git
synced 2026-07-13 01:58:53 +00:00
a0c4e28b65
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