mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-12 03:05:30 +01:00
...
This commit is contained in:
parent
001eca4196
commit
6013dc6567
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ def tag_data(self, role):
|
|||
if role == Qt.DecorationRole:
|
||||
return self.icon_map[self.tag.state]
|
||||
if role == Qt.ToolTipRole and self.tag.tooltip:
|
||||
return self.tag.tooltip
|
||||
return QVariant(self.tag.tooltip)
|
||||
return NONE
|
||||
|
||||
def toggle(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue