Skip to content

BUG: (temporarily) fix MouseMove-Bug on windows #141

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

Merged
merged 3 commits into from
Aug 27, 2022

Conversation

marsipu
Copy link
Member

@marsipu marsipu commented Aug 27, 2022

Reference issue

(Temporarily) fixes #137

What does this implement/fix?

This fixes a bug where the mouse movement is picked up from the overview-bar and the channel-selection-picker (group_by='selection') always when the mouse is moved above and not only when a mouse-button is pressed.

This bug only seems to appear on Windows when pyqt>=5.15.4 is installed with conda. Since we didn't find a suitable fix yet, this PR disables dragging on the overviewbar on Windows until a better solution is found.

@marsipu marsipu added the bug Something isn't working label Aug 27, 2022
@marsipu marsipu enabled auto-merge (squash) August 27, 2022 08:42
@marsipu marsipu merged commit 57b1148 into mne-tools:main Aug 27, 2022
@hoechenberger
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Mouse move Events are picked up in OverviewBar even when no button is pressed
2 participants