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

[Bug]: KryptonStatusStrip Issues #2048

Open
PWagner1 opened this issue Jan 11, 2025 · 3 comments
Open

[Bug]: KryptonStatusStrip Issues #2048

PWagner1 opened this issue Jan 11, 2025 · 3 comments
Labels
area:toolkit All issues related to the toolkit components. bug Something isn't working

Comments

@PWagner1
Copy link
Contributor

PWagner1 commented Jan 11, 2025

image

on .net9 even the StatusStrip turns blue, and one can not simply solve this by setting the BackColor, what's wrong?
In before only menustrip and toolstrip got blue, but now even worse?

Originally posted by @xiaoyuvax in #1979 (comment)

@PWagner1
Copy link
Contributor Author

on .net9 even the StatusStrip turns blue, and one can not simply solve this by setting the BackColor, what's wrong? In before only menustrip and toolstrip got blue, but now even worse?

@xiaoyuvax
It;s supposed to follow the colour of the theme, and has always done that. It is nothing to do with the Form or panel back colours (Following from the V90 code base without the modes in V100 that this bug is related to !):

StatusStrip

@PWagner1 PWagner1 changed the title KryptonStatusStrip Issues [Bug]: KryptonStatusStrip Issues Jan 11, 2025
@PWagner1 PWagner1 added bug Something isn't working area:toolkit All issues related to the toolkit components. labels Jan 11, 2025
@PWagner1
Copy link
Contributor Author

image on .net9 even the StatusStrip turns blue, and one can not simply solve this by setting the BackColor, what's wrong? In before only menustrip and toolstrip got blue, but now even worse?

@xiaoyuvax

It's supposed to be so, since it uses the renderer.

@PWagner1
Copy link
Contributor Author

but not on net8?
image

and how can i change the BackColor of a ToolStripLabel in the StatusStrip (not KryptonStatusStrip), under this circumstance? in .net 8 i can, but not in .net9.

How can I customize the theme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:toolkit All issues related to the toolkit components. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant