Kaynağa Gözat

[Label] Initial move is redundant, and wrong

miguel 6 yıl önce
ebeveyn
işleme
f43dd1329d
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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;