This commit is contained in:
Kovid Goyal 2024-04-01 21:50:19 +05:30
commit 2c78517ab0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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