Tig 8 місяців тому
батько
коміт
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
     ///     SuperView (e.g. when <see cref="Application.Top"/> is moved or resized.
     /// </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
             {
-              //  Application.ClearScreenNextIteration = true;
+                Application.ClearScreenNextIteration = true;
             }
         }