Added View.Set/GetAtribute. Made Driver.Set/GetAttribute internal

This commit is contained in:
Tig
2024-10-26 18:27:16 -07:00
parent 6e873e06e5
commit 606bdf16a6
41 changed files with 279 additions and 217 deletions

View File

@@ -1177,7 +1177,7 @@ public class TreeView<T> : View, ITreeView where T : class
{
// Else clear the line to prevent stale symbols due to scrolling etc
Move (0, line);
Driver?.SetAttribute (GetNormalColor ());
SetAttribute (GetNormalColor ());
Driver?.AddStr (new string (' ', Viewport.Width));
}
}