mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Books list: Fix column alignment incorrectly propagating when changing libraries
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
7369a09dba
@ -256,6 +256,7 @@ class BooksModel(QAbstractTableModel): # {{{
|
||||
|
||||
def set_database(self, db):
|
||||
self.ids_to_highlight = []
|
||||
self.alignment_map = {}
|
||||
self.ids_to_highlight_set = set()
|
||||
self.current_highlighted_idx = None
|
||||
self.db = db
|
||||
|
Loading…
x
Reference in New Issue
Block a user