소스 검색

Using Visible instead of ShowScrollIndicator.

BDisp 11 달 전
부모
커밋
9075acaab6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ();