call e.ignore()
when the event is not handled
This commit is contained in:
parent
61519e6383
commit
b858b6ac75
@ -586,3 +586,5 @@ class TabbedBrowser(tabwidget.TabWidget):
|
||||
"""
|
||||
if self._now_focused is not None:
|
||||
self._now_focused.wheelEvent(e)
|
||||
else:
|
||||
e.ignore()
|
||||
|
Loading…
Reference in New Issue
Block a user