mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
Fixes #3951. Add DimFuncWithView with a View dependency
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user