You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
this is what it looks like when I press it:
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.
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:
this is what it looks like when I press it:
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);
The text was updated successfully, but these errors were encountered: