瀏覽代碼

Fixed treeview test

Tigger Kindel 1 年之前
父節點
當前提交
0c6b69e17a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"/>.