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

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=200which works with Eclipse 4.35 but with Eclipse 4.36 the image bounds is doubledAfter debugging I found the code where the scaling returns the wrong values