Skip to content

Commit fd5a2b6

Browse files
committed
fixed Run cases
1 parent 344e55b commit fd5a2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terminal.Gui/Application/Application.Run.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,6 @@ public static void End (RunState runState)
693693
runState.Toplevel = null;
694694
runState.Dispose ();
695695

696-
LayoutAndDraw ();
696+
LayoutAndDraw (true);
697697
}
698698
}

0 commit comments

Comments
 (0)