Browse Source

Using Visible instead of ShowScrollIndicator.

BDisp 11 months ago
parent
commit
9075acaab6
1 changed files with 1 additions and 1 deletions
  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 (barSize == 0 || barSize >= Size)
         {
         {
-            if (ShowScrollIndicator)
+            if (Visible)
             {
             {
                 Visible = false;
                 Visible = false;
                 SetNeedsDisplay ();
                 SetNeedsDisplay ();