MySkinManager.GiveColor instead of RGB

This commit is contained in:
cuu 2019-06-12 23:10:36 +08:00
parent 8c77f3ffc5
commit 0302741ac2

View File

@ -329,7 +329,7 @@ class AboutPage(Page):
self._DrawOnce = True
if self._HWND != None:
self._HWND.fill((255,255,255))
self._HWND.fill(MySkinManager.GiveColor("White"))
self._HWND.blit(self._CanvasHWND,(self._PosX,self._PosY,self._Width, self._Height ) )