mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-18 05:33:59 +00:00
PICARD-1911: Update tree view on tag deletion
Without this deleted tags are not immediately reflected in the list views.
This commit is contained in:
@@ -412,6 +412,7 @@ class MetadataBox(QtWidgets.QTableWidget):
|
||||
if not values and self.tag_is_removable(tag):
|
||||
for obj in objects:
|
||||
del obj.metadata[tag]
|
||||
obj.update()
|
||||
elif values:
|
||||
for obj in objects:
|
||||
obj.metadata[tag] = values
|
||||
|
||||
Reference in New Issue
Block a user