khchen / wNim

Nim's Windows GUI Framework
MIT License
326 stars 17 forks source link

CheckBox background color is not transparent #90

Open veksha opened 3 years ago

veksha commented 3 years ago
let label1 = StaticText(notebook.page(0), label="This is global option")
label1.backgroundColor = -1
let cbox = CheckBox(notebook.page(0), label="checkbox")
cbox.backgroundColor = -1

image

as you can see static text is transparent and checkbox is not