Browse Source

fixed one other case

Tig 8 months ago
parent
commit
344e55bc5d

+ 1 - 1
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 <see cref="View.Frame"/> changes and that view has no
     ///     This is typicall set to true when a View's <see cref="View.Frame"/> changes and that view has no
     ///     SuperView (e.g. when <see cref="Application.Top"/> is moved or resized.
     ///     SuperView (e.g. when <see cref="Application.Top"/> is moved or resized.
     /// </remarks>
     /// </remarks>
-    public static bool ClearScreenNextIteratio { get; set; }
+    public static bool ClearScreenNextIteration { get; set; }
 }
 }

+ 1 - 1
Terminal.Gui/View/View.Layout.cs

@@ -563,7 +563,7 @@ public partial class View // Layout APIs
             }
             }
             else
             else
             {
             {
-              //  Application.ClearScreenNextIteration = true;
+                Application.ClearScreenNextIteration = true;
             }
             }
         }
         }