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: Response.interact_pointer_pos is Some on click and drag released #4014

Merged
merged 2 commits into from
Feb 10, 2024

Conversation

emilk
Copy link
Owner

@emilk emilk commented Feb 10, 2024

In 0.26.0 is was accidentally set to None on the frame we got a click or drag release

@emilk emilk added bug Something is broken egui labels Feb 10, 2024
@emilk emilk merged commit 0bf3056 into master Feb 10, 2024
37 checks passed
@emilk emilk deleted the emilk/fix-interact_pointer_pos branch February 10, 2024 10:21
@rustbasic rustbasic mentioned this pull request Feb 10, 2024
emilk added a commit that referenced this pull request Feb 10, 2024
…ased (#4014)

* Closes #3999

In 0.26.0 is was accidentally set to `None` on the frame we got a click
or drag release
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.

response.interact_pointer_pos() is None on clicked() after upgrade from 0.25 to 0.26
1 participant