Whitespace fix

This commit is contained in:
Florian Bruhin 2014-08-12 18:30:15 +02:00
parent 3c9aad8e26
commit 298f672084

View File

@ -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: