提交 1b44976f 编写于 作者: C CyrusNajmabadi

Adjust suggestion tag clipping to prevent seeing errant pixels drawn on the screen.

上级 a2dab256
......@@ -71,7 +71,7 @@ public override GraphicsResult GetGraphics(IWpfTextView view, Geometry geometry)
// We clip off a bit off the start of the line to prevent a half-square being
// drawn.
var clipRectangle = geometry.Bounds;
clipRectangle.Offset(1, 0);
clipRectangle.Offset(2, 0);
var line = new Line
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册