mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-28 16:58:01 +01:00
Fixed unit tests: Border.Title was getting unset
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user