浏览代码

Demo proving Title rendering is easy

Tig Kindel 2 年之前
父节点
当前提交
0a53f7ef1c
共有 1 个文件被更改,包括 1 次插入0 次删除
  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