|
@@ -505,6 +505,11 @@ public static partial class Application // Run (Begin, Run, End, Stop)
|
|
{
|
|
{
|
|
bool neededLayout = View.Layout (TopLevels.Reverse (), Screen.Size);
|
|
bool neededLayout = View.Layout (TopLevels.Reverse (), Screen.Size);
|
|
|
|
|
|
|
|
+ if (ClearScreenNextIteration)
|
|
|
|
+ {
|
|
|
|
+ forceDraw = true;
|
|
|
|
+ ClearScreenNextIteration = false;
|
|
|
|
+ }
|
|
if (forceDraw)
|
|
if (forceDraw)
|
|
{
|
|
{
|
|
Driver?.ClearContents ();
|
|
Driver?.ClearContents ();
|