QtWebEngine: Implement scroll.at_top()
This commit is contained in:
parent
695864281b
commit
e2c4e6301f
@ -270,7 +270,7 @@ class WebEngineScroller(browsertab.AbstractScroller):
|
|||||||
self._key_press(Qt.Key_PageDown, count)
|
self._key_press(Qt.Key_PageDown, count)
|
||||||
|
|
||||||
def at_top(self):
|
def at_top(self):
|
||||||
log.stub()
|
return self.pos_px().y() == 0
|
||||||
|
|
||||||
def at_bottom(self):
|
def at_bottom(self):
|
||||||
log.stub()
|
log.stub()
|
||||||
|
Loading…
Reference in New Issue
Block a user