mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 02:32:33 -04:00
...
This commit is contained in:
@@ -583,7 +583,7 @@ class ShortcutConfig(QWidget): # {{{
|
||||
|
||||
def scrollTo(self, index):
|
||||
if index is not None:
|
||||
self.view.scrollTo(index, self.view.PositionAtCenter)
|
||||
self.view.scrollTo(index, self.view.PositionAtTop)
|
||||
|
||||
@property
|
||||
def is_editing(self):
|
||||
|
||||
Reference in New Issue
Block a user