浏览代码

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;