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: non-native drag on Windows #5051

Merged
merged 5 commits into from
Dec 29, 2023
Merged

Conversation

Nerixyz
Copy link
Contributor

@Nerixyz Nerixyz commented Dec 29, 2023

Setting the parent to a Split on the usercards and reply threads caused the mouse-tracking code in BaseWindow to check the Split and SplitContainer (both have mouse tracking).

Fixes #5050.

I noticed the reply thread popup having a similar bug in the header where the checkbox has mouse tracking but doesn't handle events if it's stretched, so I inserted a dummy widget that takes the remaining space.

CHANGELOG.md Outdated Show resolved Hide resolved
@pajlada pajlada merged commit c65ebd2 into Chatterino:master Dec 29, 2023
20 checks passed
@Nerixyz Nerixyz deleted the fix/draggable-stuff branch December 29, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Usercard regressions
2 participants