Merge pull request #291 from cuu/master

Cores manager bug fix
This commit is contained in:
GNU 2019-08-26 16:03:45 +08:00 committed by GitHub
commit c9f06d2a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,9 +213,9 @@ class CoresPage(Page):
def Draw(self):
self.ClearCanvas()
self._Ps.Draw()
if len(self._MyList) > 0:
self._Ps.Draw()
for i in self._MyList:
i.Draw()