mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-01-02 01:38:53 +01:00
Update and rename Menu/GameShell/97_Music Player/list_item.py to Menu/GameShell/95_Music Player/list_item.py
Sync Ver.200626
This commit is contained in:
parent
76e8e75ee0
commit
ea8b67e5a0
@ -127,7 +127,7 @@ class ListItem(object):
|
||||
|
||||
if self._PlayingProcess > 0:
|
||||
seek_posx = int(self._Width * self._PlayingProcess/100.0)
|
||||
pygame.draw.line(self._Parent._CanvasHWND,MySkinManager.GiveColor('Active'),(self._PosX,self._PosY+self._Height-2),(self._PosX+seek_posx,self._PosY+self._Height-2),2)
|
||||
pygame.draw.line(self._Parent._CanvasHWND,MySkinManager.GiveColor('Text'),(self._PosX,self._PosY+self._Height-2),(self._PosX+seek_posx,self._PosY+self._Height-2),2)
|
||||
|
||||
else:
|
||||
self._Labels["Text"].Draw()
|
||||
Loading…
x
Reference in New Issue
Block a user