Explorar el Código

Fixed treeview test

Tigger Kindel hace 1 año
padre
commit
0c6b69e17a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Terminal.Gui/Drawing/Color.cs

+ 1 - 1
Terminal.Gui/Drawing/Color.cs

@@ -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"/>.