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 physics picking when hovering an embedded window #99771

Merged

Conversation

Sauermann
Copy link
Contributor

When the mouse is hovering an embedded window, it is still considered within the main viewport.
Previously in this case physics picking was executed, as if no embedded window was there. (Regression from #78017)

This PR introduces an additional check to exclude these cases.

When the mouse is hovering an embedded window, it is still considered
within the main viewport.
Previously in this case physics picking was executed, as if no embedded
window was there.

This PR introduces an additional check to exclude these cases.
@akien-mga akien-mga merged commit 84bf708 into godotengine:master Nov 29, 2024
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@Sauermann Sauermann deleted the fix-physics-hover-over-embedded-window branch November 29, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option button popup menu causes mouse filtering issues in UI.
3 participants