fixed one other case

This commit is contained in:
Tig
2024-11-25 20:18:14 -07:00
parent d39a940955
commit 344e55bc5d
2 changed files with 2 additions and 2 deletions

View File

@@ -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; }
}

View File

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