浏览代码

fixed Run cases

Tig 8 月之前
父节点
当前提交
fd5a2b6b23
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);
     }
 }