Explorar o código

Merge pull request #291 from cuu/master

Cores manager bug fix
GNU %!s(int64=4) %!d(string=hai) anos
pai
achega
c9f06d2a55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Menu/GameShell/10_Settings/Cores/__init__.py

+ 1 - 1
Menu/GameShell/10_Settings/Cores/__init__.py

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