Skip to content

Commit 344e55b

Browse files
committed
fixed one other case
1 parent d39a940 commit 344e55b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Terminal.Gui/Application/Application.Screen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ public static bool OnSizeChanging (SizeChangedEventArgs args)
7575
/// This is typicall set to true when a View's <see cref="View.Frame"/> changes and that view has no
7676
/// SuperView (e.g. when <see cref="Application.Top"/> is moved or resized.
7777
/// </remarks>
78-
public static bool ClearScreenNextIteratio { get; set; }
78+
public static bool ClearScreenNextIteration { get; set; }
7979
}

Terminal.Gui/View/View.Layout.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ public bool SetRelativeLayout (Size superviewContentSize)
563563
}
564564
else
565565
{
566-
// Application.ClearScreenNextIteration = true;
566+
Application.ClearScreenNextIteration = true;
567567
}
568568
}
569569

0 commit comments

Comments
 (0)