mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Refresh the GUI when DataFilesManager is lauched
This commit is contained in:
parent
34711ca3fd
commit
2580280f87
@ -135,6 +135,8 @@ class EditMetadataAction(InterfaceAction):
|
||||
for book_id in ids:
|
||||
d = DataFilesManager(db, book_id, self.gui)
|
||||
d.exec()
|
||||
cr = self.gui.library_view.currentIndex().row()
|
||||
self.gui.library_view.model().refresh_ids(ids, cr)
|
||||
|
||||
def _copy_links(self, lines):
|
||||
urls = QUrl.fromStringList(lines)
|
||||
|
Loading…
x
Reference in New Issue
Block a user