mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
bux fix,list index out of range
This commit is contained in:
parent
2b136fae3c
commit
2f263ff707
@ -196,6 +196,7 @@ class MusicLibListPage(Page):
|
|||||||
self._Scroller.Init()
|
self._Scroller.Init()
|
||||||
|
|
||||||
def Click(self):
|
def Click(self):
|
||||||
|
self.RefreshPsIndex()
|
||||||
if len(self._MyList) == 0:
|
if len(self._MyList) == 0:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
@ -235,6 +235,7 @@ class PlayListPage(Page):
|
|||||||
self._MyList[i]._PosY += self._Scrolled * self._MyList[i]._Height
|
self._MyList[i]._PosY += self._Scrolled * self._MyList[i]._Height
|
||||||
|
|
||||||
def Click(self):
|
def Click(self):
|
||||||
|
self.RefreshPsIndex()
|
||||||
if len(self._MyList) == 0:
|
if len(self._MyList) == 0:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user