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

+ 1 - 1
Terminal.Gui/Views/ListView.cs

@@ -311,7 +311,7 @@ namespace Terminal.Gui {
 				}
 
 				if (source == null || item >= source.Count) {
-						Move(0, row);
+					Move(0, row);
 					for (int c = 0; c < f.Width; c++)
 						Driver.AddRune(' ');
 				} else {