Remove checking of 'wrap' in WebEngineSearch
wrap functionality was removed, so no point in doing this here.
This commit is contained in:
parent
64b32ec87d
commit
54c00deb5b
@ -80,8 +80,6 @@ class WebEngineSearch(browsertab.AbstractSearch):
|
||||
flags |= QWebEnginePage.FindCaseSensitively
|
||||
elif not ignore_case:
|
||||
flags |= QWebEnginePage.FindCaseSensitively
|
||||
if not wrap:
|
||||
log.stub('With wrap=False (ignoring)')
|
||||
if reverse:
|
||||
flags |= QWebEnginePage.FindBackward
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user