Skip to content

Commit 687e0d2

Browse files
authored
Merge pull request #3557 from ales-erjavec/owwidget-wheel-event
[FIX] OWWidget: Remove wheelEvent reimplementation
2 parents c06cda3 + ef28918 commit 687e0d2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Orange/widgets/widget.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -815,14 +815,6 @@ def showEvent(self, event):
815815
self.__was_shown = True
816816
self.__quicktipOnce()
817817

818-
def wheelEvent(self, event):
819-
"""Silently accept the wheel event.
820-
821-
This is to ensure combo boxes and other controls that have focus
822-
don't receive this event unless the cursor is over them.
823-
"""
824-
event.accept()
825-
826818
def setCaption(self, caption):
827819
# save caption title in case progressbar will change it
828820
self.captionTitle = str(caption)

0 commit comments

Comments
 (0)