Ver Fonte

fixed Run cases

Tig há 9 meses atrás
pai
commit
fd5a2b6b23
1 ficheiros alterados com 1 adições e 1 exclusões
  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.Dispose ();
 
-        LayoutAndDraw ();
+        LayoutAndDraw (true);
     }
 }