Procházet zdrojové kódy

Fixed unit tests: Border.Title was getting unset

Tigger Kindel před 2 roky
rodič
revize
ebd9eb4447
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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);
 		}