Explorar o código

Fixed unit tests: Border.Title was getting unset

Tigger Kindel %!s(int64=2) %!d(string=hai) anos
pai
achega
ebd9eb4447
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
 		}