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
Describe the bug
Because of serious painting problems on Windows we have to set swt.autoScale to false and use display.getDPI() to (indirectly) find out the zoom level. However, build c66545b broke this compatibility.
Describe the bug
Because of serious painting problems on Windows we have to set
swt.autoScale
tofalse
and usedisplay.getDPI()
to (indirectly) find out the zoom level. However, build c66545b broke this compatibility.To Reproduce
Run this snippet
on commit 40b4fc6 and on commit c66545b on a system with 4k monitor set to 150% zoom level. The first will report correctly 144 dpi, the latter 96dpi.
Expected behavior
If
swt.autoScale
is set tofalse
, no autoscaling must happen.Screenshots
Commit 40b4fc6:
Commit c66545b:
Environment:
We are Win11 24H2, but this should not have any influence.
Workaround (or) Additional context
Nothing known.
The text was updated successfully, but these errors were encountered: