This commit is contained in:
Kovid Goyal 2020-06-04 07:06:40 +05:30
commit ddceafc9ac
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -58,3 +58,4 @@ class TagMapAction(InterfaceAction):
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()