mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
MySkinManager.GiveColor instead of RGB
This commit is contained in:
parent
8c77f3ffc5
commit
0302741ac2
@ -329,7 +329,7 @@ class AboutPage(Page):
|
|||||||
self._DrawOnce = True
|
self._DrawOnce = True
|
||||||
|
|
||||||
if self._HWND != None:
|
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 ) )
|
self._HWND.blit(self._CanvasHWND,(self._PosX,self._PosY,self._Width, self._Height ) )
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user