소스 검색

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);
 		}