Browse Source

Fixe a bug.

BDisp 5 years ago
parent
commit
fe1ef4c07f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Terminal.Gui/Views/ScrollView.cs

+ 3 - 3
Terminal.Gui/Views/ScrollView.cs

@@ -564,10 +564,10 @@ namespace Terminal.Gui {
 					ShowHorizontalScrollIndicator = false;
 				}
 				h = false;
-				if (!ShowVerticalScrollIndicator) {
-					ShowVerticalScrollIndicator = true;
+				if (ShowVerticalScrollIndicator) {
+					ShowVerticalScrollIndicator = false;
 				}
-				v = true;
+				v = false;
 			} else {
 				if (p) {
 					if (!ShowVerticalScrollIndicator) {