Commit e266ec1
Paint Whole FormText to Avoid Rendering Artifacts
This commit updates the painting logic of FormText to render the entire content every time, rather than in segments. Painting in parts—particularly during scrolling—can introduce precision loss when using fractional (e.g., 1.25x, 1.75x) scaling factors. This may result in skipped pixels and visual glitches in the UI.
Fixes: eclipse-platform#29971 parent bb94f85 commit e266ec1
File tree
1 file changed
+2
-1
lines changed- bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1554 | 1554 | | |
1555 | 1555 | | |
1556 | 1556 | | |
1557 | | - | |
| 1557 | + | |
| 1558 | + | |
1558 | 1559 | | |
1559 | 1560 | | |
1560 | 1561 | | |
| |||
0 commit comments