mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-05 08:40:13 -04:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
2c78517ab0
@ -1476,6 +1476,7 @@ class BookDetails(DetailsLayout, DropMixin): # {{{
|
|||||||
m = gui.library_view.model()
|
m = gui.library_view.model()
|
||||||
current = gui.library_view.currentIndex()
|
current = gui.library_view.currentIndex()
|
||||||
m.current_changed(current, current)
|
m.current_changed(current, current)
|
||||||
|
gui.tags_view.recount()
|
||||||
|
|
||||||
def show_notes(self, field, item_id, parent=None):
|
def show_notes(self, field, item_id, parent=None):
|
||||||
from calibre.gui2.dialogs.show_category_note import ShowNoteDialog
|
from calibre.gui2.dialogs.show_category_note import ShowNoteDialog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user