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

Using Visible instead of ShowScrollIndicator.

BDisp 1 жил өмнө
parent
commit
9075acaab6

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