From 1524f7cbf70f9b86a85ddb5b9bc7f2635f80e60c Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Mon, 1 Apr 2024 17:12:04 +0100 Subject: [PATCH] Ensure that links removed by the new book details context menu item update the tag browser. --- src/calibre/gui2/book_details.py | 1 + 1 file changed, 1 insertion(+) 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