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

Take clip_rect into account when storing widget rects #4020

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

emilk
Copy link
Owner

@emilk emilk commented Feb 10, 2024

Unfortunately this is a breaking change, since it changes the fields of Response, so can't do a patch-release with this.

@emilk emilk added bug Something is broken egui labels Feb 10, 2024
@rustbasic
Copy link
Contributor

It's Good.

Thank you for your hard work today. have a good day.

@emilk emilk merged commit 4072247 into master Feb 10, 2024
36 of 37 checks passed
@emilk emilk deleted the emilk/fix-widget-rects branch February 10, 2024 16:28
emilk added a commit that referenced this pull request Feb 10, 2024
* Bug introduced in #4013
* Closes #4017

Unfortunately this is a breaking change, since it changes the fields of
`Response`, so can't do a patch-release with this.
hacknus pushed a commit to hacknus/egui that referenced this pull request Oct 30, 2024
* Bug introduced in emilk#4013
* Closes emilk#4017

Unfortunately this is a breaking change, since it changes the fields of
`Response`, so can't do a patch-release with this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Take clip_rect into account when storing widgets in interact_with_hovered
2 participants