Skip to content

Commit

Permalink
Trying to fix TestTreeViewColor again.
Browse files Browse the repository at this point in the history
  • Loading branch information
BDisp committed Dec 7, 2023
1 parent f72768d commit 1b415e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Terminal.Gui/Views/TreeView/Branch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public virtual void Draw (ConsoleDriver driver, ColorScheme colorScheme, int y,
// use it
modelColor = isSelected ? modelScheme.Focus : modelScheme.Normal;
} else {
modelColor = Attribute.Default;
modelColor = new Attribute (Attribute.Default.Foreground, Attribute.Default.Background);
}
}

Expand Down

0 comments on commit 1b415e5

Please sign in to comment.