call e.ignore() when the event is not handled

This commit is contained in:
Tobias Patzl 2015-05-26 10:24:32 +02:00
parent 61519e6383
commit b858b6ac75

View File

@ -586,3 +586,5 @@ class TabbedBrowser(tabwidget.TabWidget):
"""
if self._now_focused is not None:
self._now_focused.wheelEvent(e)
else:
e.ignore()