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
At particular zoom levels, some custom rendered widgets, such as the StyledText, show artifacts (black lines) as some areas are not rendered because of rounding issues when using swt.autoScale=quarter (or exact).
For example, starting an IDE at 175% zoom with monitor-specific scaling (or also just with swt.autoScale configured accordingly) and opening any Java editor, looks like this:
The goal of this is to analyze which widgets may be affected by such issues and to find places in the code in which values are not properly rounded and need to be adapted. Those places shall be corrected.
The text was updated successfully, but these errors were encountered:
At particular zoom levels, some custom rendered widgets, such as the StyledText, show artifacts (black lines) as some areas are not rendered because of rounding issues when using
swt.autoScale=quarter
(orexact
).For example, starting an IDE at 175% zoom with monitor-specific scaling (or also just with swt.autoScale configured accordingly) and opening any Java editor, looks like this:
The goal of this is to analyze which widgets may be affected by such issues and to find places in the code in which values are not properly rounded and need to be adapted. Those places shall be corrected.
The text was updated successfully, but these errors were encountered: