Explorar el Código

[Label] Initial move is redundant, and wrong

miguel hace 6 años
padre
commit
f43dd1329d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Terminal.Gui/Views/Label.cs

+ 0 - 1
Terminal.Gui/Views/Label.cs

@@ -171,7 +171,6 @@ namespace Terminal.Gui {
 				Driver.SetAttribute (ColorScheme.Normal);
 
 			Clear ();
-			Move (Frame.X, Frame.Y);
 			for (int line = 0; line < lines.Count; line++) {
 				if (line < region.Top || line > region.Bottom)
 					continue;