瀏覽代碼

Fixed unit tests: Border.Title was getting unset

Tigger Kindel 2 年之前
父節點
當前提交
ebd9eb4447
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Terminal.Gui/Core/Window.cs

+ 1 - 0
Terminal.Gui/Core/Window.cs

@@ -308,6 +308,7 @@ namespace Terminal.Gui {
 			ClearNeedsDisplay ();
 
 			Driver.SetAttribute (GetNormalColor ());
+			Border.Title = Title; //  not sure why Title is getting un-set
 			Border.DrawContent (this, false);
 		}