mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
fixed root node indentation
This commit is contained in:
@@ -631,7 +631,7 @@ namespace Terminal.Gui {
|
||||
private string GetLinePrefix (ConsoleDriver driver)
|
||||
{
|
||||
// If not showing line branches or this is a root object
|
||||
if(!tree.ShowBranchLines || Parent == null)
|
||||
if(!tree.ShowBranchLines)
|
||||
return new string(' ',Depth);
|
||||
|
||||
string prefix = "";
|
||||
|
||||
Reference in New Issue
Block a user