Merge remote-tracking branch 'origin/pr/3659'

This commit is contained in:
Florian Bruhin 2018-03-02 06:30:52 +01:00
commit 52129f2e4d

View File

@ -153,6 +153,9 @@ class WebKitSearch(browsertab.AbstractSearch):
" for {}".format(text))
return
# Clear old search results, this is done automatically on other backends
self.clear()
self.text = text
self.search_displayed = True
self._flags = QWebPage.FindWrapsAroundDocument