Browse Source

Zero lines makes no sense

miguel 6 years ago
parent
commit
f26a626716
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Terminal.Gui/Views/TextView.cs

+ 2 - 2
Terminal.Gui/Views/TextView.cs

@@ -987,7 +987,7 @@ namespace Terminal.Gui {
 				if (fullNeedsDisplay)
 					SetNeedsDisplay ();
 				else
-					SetNeedsDisplay (new Rect (0, currentRow - topRow, 0, Frame.Height));
+					SetNeedsDisplay (new Rect (0, currentRow - topRow, 2, Frame.Height));
 				break;
 
 			default:
@@ -1163,4 +1163,4 @@ namespace Terminal.Gui {
 		}
 	}
 
-}
+}