diff --git a/Terminal.Gui/Core/Window.cs b/Terminal.Gui/Core/Window.cs index d95b64d4d..5d08d608f 100644 --- a/Terminal.Gui/Core/Window.cs +++ b/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); }