mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
[Label] Initial move is redundant, and wrong
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user