mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 02:08:50 +01:00
commit
c9f06d2a55
@ -213,9 +213,9 @@ class CoresPage(Page):
|
|||||||
|
|
||||||
def Draw(self):
|
def Draw(self):
|
||||||
self.ClearCanvas()
|
self.ClearCanvas()
|
||||||
self._Ps.Draw()
|
|
||||||
|
|
||||||
if len(self._MyList) > 0:
|
if len(self._MyList) > 0:
|
||||||
|
self._Ps.Draw()
|
||||||
for i in self._MyList:
|
for i in self._MyList:
|
||||||
i.Draw()
|
i.Draw()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user