Quick fix for createWindow
This commit is contained in:
parent
94b856c565
commit
59c9ee88e5
@ -502,7 +502,7 @@ class WebView(QWebView):
|
||||
"support that!")
|
||||
tabbed_browser = objreg.get('tabbed-browser', scope='window',
|
||||
window=self.win_id)
|
||||
return tabbed_browser.tabopen(background=False)
|
||||
return tabbed_browser.tabopen(background=False)._widget
|
||||
|
||||
def paintEvent(self, e):
|
||||
"""Extend paintEvent to emit a signal if the scroll position changed.
|
||||
|
Loading…
Reference in New Issue
Block a user