mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
fixed one other case
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
@@ -563,7 +563,7 @@ public partial class View // Layout APIs
|
||||
}
|
||||
else
|
||||
{
|
||||
// Application.ClearScreenNextIteration = true;
|
||||
Application.ClearScreenNextIteration = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user