Browse Source

fixed Run cases

Tig 8 months ago
parent
commit
fd5a2b6b23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Terminal.Gui/Application/Application.Run.cs

+ 1 - 1
Terminal.Gui/Application/Application.Run.cs

@@ -693,6 +693,6 @@ public static partial class Application // Run (Begin, Run, End, Stop)
         runState.Toplevel = null;
         runState.Toplevel = null;
         runState.Dispose ();
         runState.Dispose ();
 
 
-        LayoutAndDraw ();
+        LayoutAndDraw (true);
     }
     }
 }
 }