Skip to content

Commit 07484a4

Browse files
committed
Add internal tag name as tooltip to tag column items
- it helps to match displayed tags and their names in scripts
1 parent 28d2b17 commit 07484a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

picard/ui/metadatabox.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ def _update_items(self, result=None, error=None):
689689
tag_item = QtWidgets.QTableWidgetItem()
690690
tag_item.setFlags(orig_flags)
691691
tag_item.setTextAlignment(alignment)
692+
tag_item.setToolTip(tag)
692693
self.setItem(i, self.COLUMN_TAG, tag_item)
693694
text = display_tag_name(tag)
694695
preserved = tag in self.preserved_tags

0 commit comments

Comments
 (0)