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:
@@ -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 ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user