-
Notifications
You must be signed in to change notification settings - Fork 188
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
[Dark Theme] Checkbox created with toolkit on dialog has wrong background #416
Comments
Can you share the snippet to reproduce? |
sure. (It's actually a jar, but github does not support. You might need to rename back to .jar) |
I have started analyzing this:
Compared to e.g. a label created with toolkit
Is just the color in css missing? |
Does someone has a hint how to fix this? If so, I can take over and try. |
Can you share the code for this jar so it can be used for debugging? |
Oh damn. I forgot. Thanks for bearing with me. |
Hi, any progress on this one? |
Unfortunately not many people look into MacOS specific issues (@Phillipus only lately) . In my opinion this could be SWT bug but it could be css styling issue too. In order to get this issue moving people with interest (and access) in MacOS have to step up but you can further help by trying to reduce the snippet to pure SWT snippet one . |
OK on Windows:
Not sure if that's possible as it depends on dark theme and Theming framework. @marcushoepfner Perhaps you might investigate the dark *.css files in the theme plug-in to see if any change required there? |
Correct. I've seen this as well. There is also an issue with light theme. |
A button with SWT.CHECK gets a wrong background color (light grey instead of dark grey) under the following conditions:
In an editor this does not happen.
Does happen on Mac. Not on Windows.
The text was updated successfully, but these errors were encountered: