Cores manager bug fix

This commit is contained in:
cpi 2019-08-26 08:02:51 +00:00
parent 784edd007a
commit 3829a2a7f9

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()