mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Back to all unit tests passing
This commit is contained in:
@@ -8322,7 +8322,7 @@ Line 2.",
|
||||
|
||||
var top = new Toplevel ();
|
||||
top.Add (tv);
|
||||
top.LayoutSubviews ();
|
||||
top.Layout();
|
||||
tv.Draw ();
|
||||
|
||||
TestHelpers.AssertDriverContentsWithFrameAre (
|
||||
@@ -8427,7 +8427,7 @@ line.
|
||||
var top = new Toplevel ();
|
||||
top.Add (tv);
|
||||
|
||||
tv.LayoutSubviews ();
|
||||
top.Layout ();
|
||||
tv.Draw ();
|
||||
|
||||
TestHelpers.AssertDriverContentsWithFrameAre (
|
||||
|
||||
Reference in New Issue
Block a user