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 mouse offset for unfocused popups #68099

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

Sauermann
Copy link
Contributor

On Windows, the mouse was offset, when unfocused popups were used, like the Editor menu.
resolve #68084

Followup to #67903, which did not consider a case where unfocused popups would need to receive events. In these cases the mouse-move-events were offset by the difference between the two window positions.

On Windows, the mouse was offset, when unfocused popups were used,
like the Editor menu.
@Sauermann Sauermann requested a review from a team as a code owner October 31, 2022 23:37
@Calinou Calinou added this to the 4.0 milestone Nov 1, 2022
@bruvzg bruvzg self-requested a review November 1, 2022 06:19
@akien-mga akien-mga merged commit ec3c3af into godotengine:master Nov 1, 2022
@akien-mga
Copy link
Member

Thanks!

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.

Mousing over Editor MenuButton causes incorrect selection
4 participants