QtWebEngine: Implement scroll.at_top()

This commit is contained in:
Florian Bruhin 2016-07-15 14:00:41 +02:00
parent 695864281b
commit e2c4e6301f

View File

@ -270,7 +270,7 @@ class WebEngineScroller(browsertab.AbstractScroller):
self._key_press(Qt.Key_PageDown, count)
def at_top(self):
log.stub()
return self.pos_px().y() == 0
def at_bottom(self):
log.stub()