-
Notifications
You must be signed in to change notification settings - Fork 143
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
ToolItem with SWT.CHECK is not well displayed when checked and with background setted. #542
Conversation
Failing tests doesn't seems to be related to my PR. |
@SyntevoAlex could you review? |
@RoiSoleil in Eclipse project, we try to avoid merge commits. Please prefer rebasing as much as possible. |
@mickaelistria it should be ok now. |
background setted. Fix : eclipse-platform#541
Can someone review this change for Windows ? |
@deepika-u Thx for the test. This is exactly what i wanted to fix. |
The white background of the sync icon in the package explorer looks bad. It this intended? |
@vogella In Windows 10, i get this : If in Windows 11, it's not good, i think it should be fixed in another specific issue ... (I'm not sure this is an actual issue) |
@vogella The complete left set of icons are when hovered(abit whitish comparitively). Please let me know if that clarifies. Thanks. |
I have no clue on this issue. |
It's Windows version specific (difference between Windows 10 and 11), It's another problem for me (I'm not sure this is an actual issue). |
@vogella Any news ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My vote goes to the fix.
@vogella @iloveeclipse @niraj-modi Tested on my personal Eclipse with the fix for 2 months and everything is good. Could you take à look ? |
@SyntevoAlex could you test? |
@SyntevoAlex @vogella any news ? |
Pulling this into my workspace leaves a sea of errors and I'm unable to launch. I think this needs to be squashed and rebased on master because for master the SWT version is 3.124.0 and this PR reduces that number. Probably easiest if you switch to master, make sure it's pulled to the latest, apply these two changes, and force push your branch.... |
Trying just the one SWT change locally, it does look better in dark theme with this change on Windows 10. |
@niraj-modi Can you please take a look and merge this one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code change LGTM.
Thanks @deepika-u @merks @RoiSoleil for verifying this PR.
Nice ! |
Verified this on below build and looks good to me. Eclipse SDK |
ToolItem with SWT.CHECK is not well displayed when checked and with background setted.
Fix : #541