Display the RGBA values of the system colors

This commit is contained in:
Robin Dunn
2019-10-07 20:37:12 -07:00
parent 930e23e4ef
commit 0c1a594344

View File

@@ -147,6 +147,9 @@ class SysColorPanel(SysPanelBase):
nextx += self._maxw + 8
dc.DrawRectangle(nextx, nexty, self._box[0], self._box[1])
nextx += self._box[0] + 12
dc.DrawText('{}'.format(syscolor.Get()), nextx, nexty)
nextx = 10
nexty += 20