We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c06cda3 + ef28918 commit 687e0d2Copy full SHA for 687e0d2
Orange/widgets/widget.py
@@ -815,14 +815,6 @@ def showEvent(self, event):
815
self.__was_shown = True
816
self.__quicktipOnce()
817
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
826
def setCaption(self, caption):
827
# save caption title in case progressbar will change it
828
self.captionTitle = str(caption)
0 commit comments