Set default SVG color to match the SWT.COLOR_WIDGET_FOREGROUND#3400
Set default SVG color to match the SWT.COLOR_WIDGET_FOREGROUND#3400DLTKJoelJohansson wants to merge 1 commit into
Conversation
|
Cant get the build run locally, and jenkins reporting build errors, maybe someone can take a look? Thanks |
|
Don't do merge commits; we can't merge this into master in the end because we don't accept merge commits. In fact don't do multiple commits in general. Use rebase. Amend you commit and force push it when you need to make subsequent follow up changes. You'll need to rebase and force push to repair this PR. |
|
I'll approve the workflow so you can see any errors in the GitHub actions. Please rebase and force push to get this back on track. |
Test Results 199 files - 1 199 suites - 1 31m 57s ⏱️ + 4m 22s For more details on these failures and errors, see this check. Results for commit 34c413c. ± Comparison against base commit 5d4df79. This pull request removes 57 tests.♻️ This comment has been updated with latest results. |
a2d55a0 to
e05c477
Compare
|
I've approved the workflow again. I'll be out of office for a few hours... |
e05c477 to
952e38e
Compare
|
Cant seem to figure it out, its failing for Linux builds |
952e38e to
8aa4474
Compare
8aa4474 to
34c413c
Compare
|
Okay got it to work now! Moved out the Display.getDefault() call to org.eclipse.swt bundle (In SVGFileFormat, the caller) fixed it. Thanks @merks for your help. Let me know what you think |
|
Maybe not, seems like the Browser tests for Windows are failing. Pretty strange |
An attempt at fixing #3398.
Let me know what you think.
Thanks!