mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Make editing standard columns on GUI refresh the ID so composites are refreshed.
This commit is contained in:
parent
7f55930602
commit
3ac7d9552a
@ -799,7 +799,7 @@ class BooksModel(QAbstractTableModel): # {{{
|
||||
self.db.set_pubdate(id, qt_to_dt(val, as_utc=False))
|
||||
else:
|
||||
self.db.set(row, column, val)
|
||||
self.refresh_rows([row], row)
|
||||
self.refresh_ids([id], row)
|
||||
self.dataChanged.emit(index, index)
|
||||
return True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user