소스 검색

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

Tig 10 달 전
부모
커밋
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;