Everything but adornment drawing is working

This commit is contained in:
Tig
2024-10-22 20:00:39 -06:00
parent 572901b5c0
commit 5e9178b4bd
54 changed files with 616 additions and 471 deletions

View File

@@ -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 =
@"