Преглед изворни кода

[Label] Initial move is redundant, and wrong

miguel пре 6 година
родитељ
комит
f43dd1329d
1 измењених фајлова са 0 додато и 1 уклоњено
  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;