[Label] Initial move is redundant, and wrong

This commit is contained in:
miguel
2019-04-21 11:36:52 -04:00
parent 4c03c9434b
commit f43dd1329d

View File

@@ -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;