From 883512647050ab0d197b888e22b98d435cec25b9 Mon Sep 17 00:00:00 2001 From: Tig Date: Fri, 1 Nov 2024 07:32:44 -0600 Subject: [PATCH] All tests pass (esxcept ScrollView and TabView which are disabled for now). --- Terminal.Gui/Views/GraphView/Annotations.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;