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