diff --git a/Terminal.Gui/Application/Application.Screen.cs b/Terminal.Gui/Application/Application.Screen.cs
index 9edd29313..5a8f68407 100644
--- a/Terminal.Gui/Application/Application.Screen.cs
+++ b/Terminal.Gui/Application/Application.Screen.cs
@@ -75,5 +75,5 @@ public static partial class Application // Screen related stuff
/// This is typicall set to true when a View's changes and that view has no
/// SuperView (e.g. when is moved or resized.
///
- public static bool ClearScreenNextIteratio { get; set; }
+ public static bool ClearScreenNextIteration { get; set; }
}
diff --git a/Terminal.Gui/View/View.Layout.cs b/Terminal.Gui/View/View.Layout.cs
index 833d5bdb2..b0991711b 100644
--- a/Terminal.Gui/View/View.Layout.cs
+++ b/Terminal.Gui/View/View.Layout.cs
@@ -563,7 +563,7 @@ public partial class View // Layout APIs
}
else
{
- // Application.ClearScreenNextIteration = true;
+ Application.ClearScreenNextIteration = true;
}
}