Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Id clash in Frame styling widget #4967

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

YgorSouza
Copy link
Contributor

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.

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.
@emilk emilk added bug Something is broken egui labels Aug 26, 2024
@emilk emilk changed the title Fix Id clash in Frame styling widget Fix Id clash in Frame styling widget Aug 26, 2024
@emilk emilk merged commit a0c4e28 into emilk:master Aug 26, 2024
20 of 21 checks passed
486c pushed a commit to 486c/egui that referenced this pull request Oct 9, 2024
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 <emilk#4965>
* [x] I have followed the instructions in the PR template
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
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 <emilk#4965>
* [x] I have followed the instructions in the PR template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken egui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Frame demo ID clash
2 participants