diff --git a/src/calibre/gui2/book_details.py b/src/calibre/gui2/book_details.py index cd26ed8953..0127098b0c 100644 --- a/src/calibre/gui2/book_details.py +++ b/src/calibre/gui2/book_details.py @@ -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