mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-04-17 05:14:28 +02:00
switching status wallpaper during updating,remove confirmation while deleting in game favourite list
This commit is contained in:
@@ -52,7 +52,7 @@ class KeyboardSelector(PageSelector):
|
||||
if rect.width <=0 or rect.height <= 0 :
|
||||
return
|
||||
|
||||
aa_round_rect(self._Parent._CanvasHWND,rect, (126,206,244),4,1,(255,255,255))
|
||||
aa_round_rect(self._Parent._CanvasHWND,rect, (126,206,244),3,0,(126,206,244))
|
||||
# pygame.draw.rect(self._Parent._CanvasHWND,(0,0,0),rect,1)
|
||||
|
||||
class Keyboard(Page):
|
||||
|
||||
Reference in New Issue
Block a user