BDisp 5 anos atrás
pai
commit
fe1ef4c07f
1 arquivos alterados com 3 adições e 3 exclusões
  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) {