This commit is contained in:
cuu
2020-05-01 18:46:54 +08:00
parent 6423b373ea
commit 8585d753e7
5 changed files with 22 additions and 14 deletions

View File

@@ -106,7 +106,7 @@ class StoragePage(Page):
rect2.left = rect_.left
rect2.top = rect_.top
aa_round_rect(self._CanvasHWND,rect2, MySkinManager.GiveColor('Front'),5,0,MySkinManager.GiveColor('Front'))
aa_round_rect(self._CanvasHWND,rect2, MySkinManager.GiveColor('High'),5,0,MySkinManager.GiveColor('High'))
class APIOBJ(object):