Whitespace fix
This commit is contained in:
parent
3c9aad8e26
commit
298f672084
@ -380,6 +380,7 @@ class TabbedBrowser(TabWidget):
|
|||||||
immediately=True)
|
immediately=True)
|
||||||
else:
|
else:
|
||||||
backward = int(flags) & QWebPage.FindBackward
|
backward = int(flags) & QWebPage.FindBackward
|
||||||
|
|
||||||
def check_scroll_pos():
|
def check_scroll_pos():
|
||||||
"""Check if the scroll position got smaller and show info."""
|
"""Check if the scroll position got smaller and show info."""
|
||||||
if not backward and widget.scroll_pos < old_scroll_pos:
|
if not backward and widget.scroll_pos < old_scroll_pos:
|
||||||
|
Loading…
Reference in New Issue
Block a user