mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #7426 (RHS Panel not updating after new format merged)
This commit is contained in:
parent
691984afd8
commit
64e0d84fa1
@ -234,6 +234,7 @@ class EditMetadataAction(InterfaceAction):
|
||||
ci = self.gui.library_view.model().index(dest_row, 0)
|
||||
if ci.isValid():
|
||||
self.gui.library_view.setCurrentIndex(ci)
|
||||
self.gui.library_view.model().current_changed(ci, ci)
|
||||
|
||||
def add_formats(self, dest_id, src_books, replace=False):
|
||||
for src_book in src_books:
|
||||
|
Loading…
x
Reference in New Issue
Block a user