소스 검색

Reformat.

BDisp 2 년 전
부모
커밋
e570a07667
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Terminal.Gui/Core/View.cs

+ 1 - 0
Terminal.Gui/Core/View.cs

@@ -1506,6 +1506,7 @@ namespace Terminal.Gui {
 			} else if (ustring.IsNullOrEmpty (TextFormatter.Text) &&
 				(GetType ().IsNestedPublic) && !IsOverridden (this, "Redraw") &&
 				(!NeedDisplay.IsEmpty || ChildNeedsDisplay || LayoutNeeded)) {
+
 				Clear ();
 				SetChildNeedsDisplay ();
 			}