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 a special case for button masks #89926

Merged

Commits on Mar 28, 2024

  1. Fix a special case for button masks

    In certain situations it is possible that in a `Viewport` the same
    mouse button is pressed twice in series without releasing it in
    between.
    In this case, focus stealing should happen to ensure, that the
    mouse button is not sent unintentionally to the previously focused
    Control node.
    Sauermann committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    48ea019 View commit details
    Browse the repository at this point in the history