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
The line height in StyledText is currently too large when the
auto-scaled device zoom is larger than the native zoom. This for example
happens on a 175% primary monitor with `swt.autoScale=int200` or with a
fixed `swt.autoScale` value that is higher than the primary monitor
zoom. This was caused by a recent change that accidentally used the
auto-scaled zoom instead of the native zoom for retrieving a font handle
combined with the general usage of the ScalingSWTFontRegistry that, in
comparison to the previous fixed-zoom registry, now returns an
accordingly scaled handle.
This change adapts the font handle retrieval to properly pass the native
zoom instead of the auto-scaled zoom.
Fixes#2405
0 commit comments