Skip to content

Commit

Permalink
Merge pull request #362 from RachamimYaakobov/patch-1
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
dgrunwald authored Sep 4, 2022
2 parents 08717da + 2416218 commit b6fe189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ICSharpCode.AvalonEdit/Rendering/TextView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@ protected override void OnRender(DrawingContext drawingContext)
}
}
startVC = element.VisualColumn;
length = element.DocumentLength;
length = element.VisualLength;
currentBrush = element.BackgroundBrush;
} else {
length += element.VisualLength;
Expand Down

0 comments on commit b6fe189

Please sign in to comment.