mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-15 03:08:50 +01:00
Cores manager bug fix
This commit is contained in:
parent
784edd007a
commit
3829a2a7f9
@ -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