mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 02:45:50 +02:00
Restore average rating display in the icon.
This commit is contained in:
parent
a52dd33faf
commit
082ffba6cf
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class TagDelegate(QItemDelegate): # {{{
|
|||
|
||||
def paint(self, painter, option, index):
|
||||
item = index.internalPointer()
|
||||
if True or item.type != TagTreeItem.TAG:
|
||||
if item.type != TagTreeItem.TAG:
|
||||
QItemDelegate.paint(self, painter, option, index)
|
||||
return
|
||||
r = option.rect
|
||||
|
|
|
|||
Loading…
Reference in a new issue