mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Ensure that links removed by the new book details context menu item update the tag browser.
This commit is contained in:
parent
d6fe19ae75
commit
1524f7cbf7
@ -1476,6 +1476,7 @@ class BookDetails(DetailsLayout, DropMixin): # {{{
|
||||
m = gui.library_view.model()
|
||||
current = gui.library_view.currentIndex()
|
||||
m.current_changed(current, current)
|
||||
gui.tags_view.recount()
|
||||
|
||||
def show_notes(self, field, item_id, parent=None):
|
||||
from calibre.gui2.dialogs.show_category_note import ShowNoteDialog
|
||||
|
Loading…
x
Reference in New Issue
Block a user