Explorar el Código

Using Visible instead of ShowScrollIndicator.

BDisp hace 1 año
padre
commit
9075acaab6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Terminal.Gui/Views/Scroll/ScrollBar.cs

+ 1 - 1
Terminal.Gui/Views/Scroll/ScrollBar.cs

@@ -168,7 +168,7 @@ public class ScrollBar : View
 
         if (barSize == 0 || barSize >= Size)
         {
-            if (ShowScrollIndicator)
+            if (Visible)
             {
                 Visible = false;
                 SetNeedsDisplay ();