diff --git a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs index 009cdaab57e547c24229cb42c2a265f7290a4572..f34745333e66e44de70d2d687b415972c34ad5fb 100644 --- a/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs +++ b/src/EditorFeatures/Core/Implementation/Diagnostics/SuggestionTag.cs @@ -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 {