mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixed TextView
This commit is contained in:
@@ -6200,6 +6200,7 @@ This is the second line.
|
||||
", _output);
|
||||
|
||||
((FakeDriver)Application.Driver).SetBufferSize (6, 25);
|
||||
tv.SetRelativeLayout (Application.Driver.Bounds);
|
||||
tv.Draw ();
|
||||
Assert.Equal (new Point (4, 2), tv.CursorPosition);
|
||||
Assert.Equal (new Point (12, 0), cp);
|
||||
|
||||
Reference in New Issue
Block a user