mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Correct fix for tag browser rename exception
This commit is contained in:
parent
30a2aa6253
commit
1341f26acd
1 changed files with 1 additions and 0 deletions
|
|
@ -1493,6 +1493,7 @@ def setData(self, index, value, role=Qt.EditRole):
|
|||
self.tags_view.tag_item_renamed.emit()
|
||||
item.tag.name = val
|
||||
self.rename_item_in_all_user_categories(name, key, val)
|
||||
self.tags_view.refresh_required.emit()
|
||||
self.show_item_at_path(path)
|
||||
return True
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue