Revert to iteration which will handle the necessary processes

This commit is contained in:
BDisp
2025-07-25 11:39:08 +01:00
parent b6d0aefd9b
commit 50015ac6da

View File

@@ -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;
}