فهرست منبع

All tests pass (esxcept ScrollView and TabView which are disabled for now).

Tig 9 ماه پیش
والد
کامیت
8835126470
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Terminal.Gui/Views/GraphView/Annotations.cs

+ 2 - 2
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;