Browse Source

Demo proving Title rendering is easy

Tig Kindel 2 years ago
parent
commit
0a53f7ef1c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Terminal.Gui/Views/FrameView.cs

+ 1 - 0
Terminal.Gui/Views/FrameView.cs

@@ -270,6 +270,7 @@ namespace Terminal.Gui {
 					//	line.DrawSplitterSymbol ();
 				}
 
+
 				// Draw Titles over Border
 				foreach (var subview in contentView.Subviews) {
 					// TODO: Use reflection to see if subview has a Title property