mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Reformat to run CI again
This commit is contained in:
@@ -232,20 +232,22 @@ public class ApplicationV2 : ApplicationImpl
|
||||
if (Application.MainThreadId == Thread.CurrentThread.ManagedThreadId)
|
||||
{
|
||||
action ();
|
||||
|
||||
// Ensure the action is executed and forces LayoutAndDrawImpl
|
||||
Application.LayoutAndDrawImpl (true);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
_timedEvents.Add (TimeSpan.Zero,
|
||||
() =>
|
||||
{
|
||||
action ();
|
||||
_timedEvents.Add (
|
||||
TimeSpan.Zero,
|
||||
() =>
|
||||
{
|
||||
action ();
|
||||
|
||||
return false;
|
||||
}
|
||||
);
|
||||
return false;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
/// <inheritdoc/>
|
||||
|
||||
Reference in New Issue
Block a user