mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2a58a4b1a8
commit
55b6205d84
@ -206,7 +206,7 @@ class PreserveViewState: # {{{
|
||||
def state(self):
|
||||
self.__enter__()
|
||||
return {x:getattr(self, x) for x in ('selected_ids', 'current_id',
|
||||
'vscroll', 'hscroll')}
|
||||
'vscroll', 'hscroll', 'row', 'col')}
|
||||
|
||||
@state.setter
|
||||
def state(self, state):
|
||||
|
Loading…
x
Reference in New Issue
Block a user