Update and rename Menu/GameShell/97_Music Player/play_list_page.py to Menu/GameShell/95_Music Player/play_list_page.py

Sync Ver.200626
This commit is contained in:
hi80482 2020-07-03 16:09:08 +08:00 committed by GitHub
parent 954b5e6af0
commit 331805dc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ class PlayListPage(Page):
self._MyList[i]._PosY += self._Scrolled * self._MyList[i]._Height
def Click(self):
self.RefreshPsIndex()
#self.RefreshPsIndex()
if len(self._MyList) == 0:
return
@ -325,4 +325,3 @@ class PlayListPage(Page):
continue
i.Draw()