Browse Source

Reformat.

BDisp 2 years ago
parent
commit
e570a07667
1 changed files with 1 additions and 0 deletions
  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 ();
 			}