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] OWWidget: Remove wheelEvent reimplementation #3557

Merged
merged 1 commit into from
Jan 25, 2019

Conversation

ales-erjavec
Copy link
Contributor

Issue

Fixes gh-3152

Description of changes

Remove wheelEvent reimplementation.

It was probably an attempt to interrupt the windows behavior where the wheel events are delivered to the widget with the keyboard focus even when the cursor is not over them.

It can however interfere with phased/inertial scrolling.

Includes
  • Code changes
  • Tests
  • Documentation

This probably does no work. It is probably an attempt to interrupt the
windows behavior where the wheel events are delivered to the widget
with the keyboard focus even when the cursor is not over them.

It can however interfere with phased/inertial scrolling.
@codecov
Copy link

codecov bot commented Jan 25, 2019

Codecov Report

Merging #3557 into master will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master   #3557      +/-   ##
=========================================
+ Coverage   83.79%   83.8%   +<.01%     
=========================================
  Files         370     370              
  Lines       66823   66821       -2     
=========================================
+ Hits        55997   55999       +2     
+ Misses      10826   10822       -4

@janezd janezd merged commit 687e0d2 into biolab:master Jan 25, 2019
@ales-erjavec ales-erjavec deleted the owwidget-wheel-event branch May 20, 2019 11:31
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.

2 participants