Restore average rating display in the icon.

This commit is contained in:
Charles Haley 2010-10-14 10:37:24 +01:00
parent a52dd33faf
commit 082ffba6cf

View File

@ -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