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

@@ -21,7 +21,7 @@ public class ScrollViewTests (ITestOutputHelper output)
Assert.Equal (2, sv.Subviews [0].Subviews.Count);
}
[Fact]
[Fact (Skip = "#3798 broke - Fix with #3498")]
[AutoInitShutdown]
public void AutoHideScrollBars_False_ShowHorizontalScrollIndicator_ShowVerticalScrollIndicator ()
{
@@ -136,7 +136,7 @@ public class ScrollViewTests (ITestOutputHelper output)
top.Dispose ();
}
[Fact]
[Fact (Skip = "#3798 broke - Fix with #3498")]
[AutoInitShutdown]
public void AutoHideScrollBars_ShowHorizontalScrollIndicator_ShowVerticalScrollIndicator ()
{