Replies: 1 comment 2 replies
-
This looks like bug in SWT windows port. Ideally one should provide a pure SWT snippet demonstrating the issue to ease further development. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A
Button
withSWT.PUSH
style is correctly styled with the dark theme. If I use theSWT.ARROW
style however, it does not get styled:I use these in an Eclipse
EditorPart
. I create them as follows:I don't do anything special with them regarding styling. I just set Eclipse to use its built-in dark theme. I use Eclipse 2022-06 on Windows.
Is this an SWT issue? Or is some other part of the Eclipse Platform responsible for this problem?
Beta Was this translation helpful? Give feedback.
All reactions