Fixes #3951. Add DimFuncWithView with a View dependency

This commit is contained in:
BDisp
2025-07-25 03:06:49 +01:00
parent f9202c5594
commit b6d0aefd9b
27 changed files with 166 additions and 36 deletions

View File

@@ -170,6 +170,7 @@ public class TextTests ()
};
view.BeginInit ();
view.EndInit ();
view.Layout ();
Assert.Equal (new (0, 0, 10, 1), view.Frame);
Assert.Equal (new (0, 0, 10, 1), view.Viewport);