We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89c8d7 commit bb0f3bcCopy full SHA for bb0f3bc
1 file changed
ui/opensnitch/customwidgets/generictableview.py
@@ -871,6 +871,7 @@ def onKeySpace(self):
871
if self.vScrollBar.isVisible() == False:
872
return
873
874
+ prevValue = self.vScrollBar.value() + (self.maxRowsInViewport-2)
875
newValue = self.vScrollBar.value() + (self.maxRowsInViewport-2)
876
prevValue = self.getViewportRowPos(prevValue)
877
self.vScrollBar.setValue(newValue)
0 commit comments