Tons of Layout refactoring. LayoutSubviews is now internal.

This commit is contained in:
Tig
2024-10-17 10:39:56 -06:00
parent f5ddf6b584
commit 8c7982f9c0
47 changed files with 933 additions and 706 deletions

View File

@@ -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 ();