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

Kryptonbutton changing to white when pressing #246

Open
Gebrochener opened this issue Apr 8, 2023 · 0 comments
Open

Kryptonbutton changing to white when pressing #246

Gebrochener opened this issue Apr 8, 2023 · 0 comments

Comments

@Gebrochener
Copy link

Gebrochener commented Apr 8, 2023

Hey,

so i just created a kryptonbutton with red background color but everytime i press it its background color gets white or something even when I changed its statepressed to red

this is what it looks like normally:
Bild_2023-04-08_141519900

this is what it looks like when I press it:
Bild_2023-04-08_141454887

but this only happens when i press it and then go off it with my mouse, when im with my mouse over the button it looks fine.

btnLaunch.StateCommon.Back.Color1 = Color.FromArgb(128, Color.Red); btnLaunch.StateCommon.Back.Color2 = Color.FromArgb(128, Color.Red); btnLaunch.StatePressed.Back.Color1 = Color.FromArgb(128, Color.Red); btnLaunch.StatePressed.Back.Color2 = Color.FromArgb(128, Color.Red);

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