mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 23:23:38 +02:00
Merge branch 'master' of https://github.com/cbhaley/calibre
This commit is contained in:
commit
ddceafc9ac
1 changed files with 1 additions and 0 deletions
|
|
@ -58,3 +58,4 @@ def do_map(self, book_ids, selected):
|
|||
if changed_tag_map:
|
||||
db.set_field('tags', changed_tag_map)
|
||||
self.gui.library_view.model().refresh_ids(tuple(changed_tag_map), current_row=self.gui.library_view.currentIndex().row())
|
||||
self.gui.tags_view.recount()
|
||||
|
|
|
|||
Loading…
Reference in a new issue