Browse Source

Demo proving Title rendering is easy

Tig Kindel 2 năm trước cách đây
mục cha
commit
0a53f7ef1c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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