From f43dd1329d7710b04ea3c7a86a112022f3feba36 Mon Sep 17 00:00:00 2001 From: miguel Date: Sun, 21 Apr 2019 11:36:52 -0400 Subject: [PATCH] [Label] Initial move is redundant, and wrong --- Terminal.Gui/Views/Label.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Terminal.Gui/Views/Label.cs b/Terminal.Gui/Views/Label.cs index 21ebd1e86..22866f382 100644 --- a/Terminal.Gui/Views/Label.cs +++ b/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;