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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)