mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-28 23:02:56 +01:00
Cores manager bug fix
This commit is contained in:
@@ -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()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user