Should fix the issue #2117

This commit is contained in:
thuck 2016-11-13 09:50:54 +01:00
parent 2142bc23d4
commit 56ee7d63b3
2 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,6 @@ class WebEngineTab(browsertab.AbstractTab):
# init js stuff
self._init_js()
self._child_event_filter = None
self.needs_qtbug54419_workaround = False
def _init_js(self):
js_code = '\n'.join([

View File

@ -607,6 +607,7 @@ class WebKitTab(browsertab.AbstractTab):
self._connect_signals()
self.zoom.set_default()
self.backend = usertypes.Backend.QtWebKit
self.needs_qtbug54419_workaround = False
def _install_event_filter(self):
self._widget.installEventFilter(self._mouse_event_filter)