Trying to fix TestTreeViewColor again.

This commit is contained in:
BDisp
2023-12-07 15:09:20 +00:00
parent f72768d8cf
commit 1b415e5d45

View File

@@ -196,7 +196,7 @@ namespace Terminal.Gui {
// use it // use it
modelColor = isSelected ? modelScheme.Focus : modelScheme.Normal; modelColor = isSelected ? modelScheme.Focus : modelScheme.Normal;
} else { } else {
modelColor = Attribute.Default; modelColor = new Attribute (Attribute.Default.Foreground, Attribute.Default.Background);
} }
} }