mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Everything but adornment drawing is working
This commit is contained in:
@@ -2267,7 +2267,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
// should select that row
|
||||
Assert.Equal (2, tv.SelectedRow);
|
||||
|
||||
tv.OnDrawContent (tv.Viewport);
|
||||
tv.Draw ();
|
||||
|
||||
var expected =
|
||||
@"
|
||||
@@ -2375,7 +2375,7 @@ A B C
|
||||
// should select that row
|
||||
Assert.Equal (2, tv.SelectedRow);
|
||||
|
||||
tv.OnDrawContent (tv.Viewport);
|
||||
tv.Draw ();
|
||||
|
||||
var expected =
|
||||
@"
|
||||
|
||||
Reference in New Issue
Block a user