Explorar o código

Zero lines makes no sense

miguel %!s(int64=6) %!d(string=hai) anos
pai
achega
f26a626716
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Terminal.Gui/Views/TextView.cs

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

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