Преглед на файлове

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)
         if (BorderStyle != LineStyle.None)
         {
         {
-            OnDrawingAdornments ();
-            OnRenderingLineCanvas ();
+            DrawAdornments ();
+            RenderLineCanvas ();
         }
         }
 
 
         var linesDrawn = 0;
         var linesDrawn = 0;