Răsfoiți Sursa

Using Visible instead of ShowScrollIndicator.

BDisp 1 an în urmă
părinte
comite
9075acaab6
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 ();