mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Tons of Layout refactoring. LayoutSubviews is now internal.
This commit is contained in:
@@ -546,7 +546,7 @@ public class ApplicationTests
|
||||
var actionCalled = 0;
|
||||
Application.Invoke (() => { actionCalled++; });
|
||||
Application.MainLoop.Running = true;
|
||||
Application.RunIteration (ref rs, ref firstIteration);
|
||||
Application.RunIteration (ref rs, firstIteration);
|
||||
Assert.Equal (1, actionCalled);
|
||||
top.Dispose ();
|
||||
Application.Shutdown ();
|
||||
|
||||
Reference in New Issue
Block a user