mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Added View.Set/GetAtribute. Made Driver.Set/GetAttribute internal
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user