mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Trying to fix TestTreeViewColor again.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user