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

[ZScreen, Panel] prevent mouse clicks from bleeding through #4968

Merged
merged 2 commits into from
Sep 29, 2024

Conversation

myk002
Copy link
Member

@myk002 myk002 commented Sep 29, 2024

when clicking in the inset area of resizable windows

this PR fixes the issue and also fixes the trigger. Mouse clicks over the window area are now guaranteed not to bleed thorugh. Also, the window was not handling those clicks in the first place because the inset area was not marked as draggable when the window was also resizable due to how the defaults were calculated. Now the inset area is draggable by default.

@myk002 myk002 merged commit f49dcca into DFHack:develop Sep 29, 2024
14 checks passed
@myk002 myk002 deleted the myk_pass_mouse branch September 29, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant