Skip to content

Commit 7489a6b

Browse files
author
MatthieuMeert
committed
added comments
1 parent d379898 commit 7489a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/windows/views/webview.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2705,8 +2705,8 @@ def centerOnPlayhead(self):
27052705

27062706
@pyqtSlot()
27072707
def scrollLeft(self, scroll_value):
2708-
""" --------------------------- """
2709-
# Execute JavaScript to -----------------
2708+
""" Horizontally scroll the timeline of scroll_value """
2709+
# Execute JavaScript to scroll the timeline
27102710
self.run_js(JS_SCOPE_SELECTOR + '.scrollLeft(%s);' % int(scroll_value))
27112711

27122712
@pyqtSlot(int)

0 commit comments

Comments
 (0)