2
0
Эх сурвалжийг харах

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

Tig 9 сар өмнө
parent
commit
8835126470

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