mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed treeview test
This commit is contained in:
@@ -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"/>.
|
||||
|
||||
Reference in New Issue
Block a user