Browse Source

[Label] Initial move is redundant, and wrong

miguel 6 years ago
parent
commit
f43dd1329d
1 changed files with 0 additions and 1 deletions
  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);
 				Driver.SetAttribute (ColorScheme.Normal);
 
 
 			Clear ();
 			Clear ();
-			Move (Frame.X, Frame.Y);
 			for (int line = 0; line < lines.Count; line++) {
 			for (int line = 0; line < lines.Count; line++) {
 				if (line < region.Top || line > region.Bottom)
 				if (line < region.Top || line > region.Bottom)
 					continue;
 					continue;