Adjust comment
This commit is contained in:
parent
56e893f797
commit
9145ba9656
@ -90,7 +90,7 @@ class CommandDispatcher:
|
|||||||
frame.setScrollBarValue(orientation, int(m * perc / 100))
|
frame.setScrollBarValue(orientation, int(m * perc / 100))
|
||||||
|
|
||||||
def _prevnext(self, prev, newtab):
|
def _prevnext(self, prev, newtab):
|
||||||
"""Inner logic for {tab,}{prev,next}page."""
|
"""Inner logic for :navigate {prev,next}."""
|
||||||
widget = self._current_widget()
|
widget = self._current_widget()
|
||||||
frame = widget.page().currentFrame()
|
frame = widget.page().currentFrame()
|
||||||
if frame is None:
|
if frame is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user