Fixed unit tests: Border.Title was getting unset

This commit is contained in:
Tigger Kindel
2023-03-03 09:19:27 -07:00
parent 64e19ae562
commit ebd9eb4447

View File

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