Fixed treeview test

This commit is contained in:
Tigger Kindel
2023-10-10 00:03:37 -06:00
committed by Tig
parent 3df894238d
commit 0c6b69e17a

View File

@@ -937,7 +937,7 @@ namespace Terminal.Gui {
/// <summary>
/// Creates a new instance.
/// </summary>
public ColorScheme () { }
public ColorScheme () : this (Attribute.Default) { }
/// <summary>
/// Creates a new instance, initialized with the values from <paramref name="scheme"/>.