mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Revert to iteration which will handle the necessary processes
This commit is contained in:
@@ -212,7 +212,8 @@ public static partial class Application // Run (Begin, Run, End, Stop)
|
||||
|
||||
NotifyNewRunState?.Invoke (toplevel, new (rs));
|
||||
|
||||
LayoutAndDraw (true);
|
||||
// Force an Idle event so that an Iteration (and Refresh) happen.
|
||||
Invoke (() => { });
|
||||
|
||||
return rs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user