Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CheckBox background color is not transparent #90

Open
veksha opened this issue Jul 20, 2021 · 0 comments
Open

CheckBox background color is not transparent #90

veksha opened this issue Jul 20, 2021 · 0 comments

Comments

@veksha
Copy link

veksha commented Jul 20, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant