Update list_item.py

This commit is contained in:
hi80482
2020-09-08 17:03:17 +08:00
committed by GitHub
parent 03f835e139
commit ca9ff220c0

View File

@@ -113,5 +113,3 @@ class ListItem(object):
self._Parent._Icons["sys"].Draw()
pygame.draw.line(self._Parent._CanvasHWND,MySkinManager.GiveColor('Line'),(self._PosX,self._PosY+self._Height-1),(self._PosX+self._Width,self._PosY+self._Height-1),1)