vi-eclipse / Eclipse-Platform

Umbrella repository for managing a backlog of features/issues related to the Eclipse Platform
2 stars 0 forks source link

GC Data Image Scaling Bug #85

Closed amartya4256 closed 4 months ago

amartya4256 commented 4 months ago

The image in GC Data is scaled with the native zoom of the GC Data instead of the zoom. This leads to the the problem of no image drawn but just a white background. The image is only visible when the zoom and nativeZoom are the same. This behavior can be seen if the IDE is started at i.e. 125% zoom level on the default monitor. Hence, in this case the zoom is set to 100 and nativeZoom is 125. And due to wrong scaling, the lineNumberRulerColumn and minimize and maximize button images are not visible but rather just a white background is visible.

Image

amartya4256 commented 4 months ago

The fix: https://github.com/eclipse-platform/eclipse.platform.swt/pull/1301

akoch-yatta commented 4 months ago

Merged in https://github.com/eclipse-platform/eclipse.platform.swt/pull/1301