You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When switching from Eclipse 4.35 to 4.36 then the tree and table images are wrongly scaled when creating an image with org.eclipse.swt.graphics.Image.Image(Device, ImageDataProvider) which was suggested in eclipse-platform/eclipse.platform.swt#1411 (comment)
In this example, the app is running with -Dswt.autoScale=200 which works with Eclipse 4.35 but with Eclipse 4.36 the image bounds is doubled
After debugging I found the code where the scaling returns the wrong values