diff --git a/Terminal.Gui/Views/GraphView/Annotations.cs b/Terminal.Gui/Views/GraphView/Annotations.cs index adfa602a7..7d41ae4f9 100644 --- a/Terminal.Gui/Views/GraphView/Annotations.cs +++ b/Terminal.Gui/Views/GraphView/Annotations.cs @@ -150,8 +150,8 @@ public class LegendAnnotation : View, IAnnotation if (BorderStyle != LineStyle.None) { - OnDrawingAdornments (); - OnRenderingLineCanvas (); + DrawAdornments (); + RenderLineCanvas (); } var linesDrawn = 0;