From 1b415e5d45ae1cbf4526922027c627bcb4662d62 Mon Sep 17 00:00:00 2001 From: BDisp Date: Thu, 7 Dec 2023 15:09:20 +0000 Subject: [PATCH] Trying to fix TestTreeViewColor again. --- Terminal.Gui/Views/TreeView/Branch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terminal.Gui/Views/TreeView/Branch.cs b/Terminal.Gui/Views/TreeView/Branch.cs index 48001505b..415852274 100644 --- a/Terminal.Gui/Views/TreeView/Branch.cs +++ b/Terminal.Gui/Views/TreeView/Branch.cs @@ -196,7 +196,7 @@ namespace Terminal.Gui { // use it modelColor = isSelected ? modelScheme.Focus : modelScheme.Normal; } else { - modelColor = Attribute.Default; + modelColor = new Attribute (Attribute.Default.Foreground, Attribute.Default.Background); } }