mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Fixed ScrollViwe
This commit is contained in:
@@ -354,7 +354,7 @@ public class ScrollViewTests
|
||||
Assert.True (sv.CanFocus);
|
||||
Assert.Equal (new Rectangle (1, 2, 20, 10), sv.Frame);
|
||||
Assert.Equal (Point.Empty, sv.ContentOffset);
|
||||
Assert.Equal (Size.Empty, sv.ContentSize);
|
||||
Assert.Equal (sv.Viewport.Size, sv.ContentSize);
|
||||
Assert.True (sv.AutoHideScrollBars);
|
||||
Assert.True (sv.KeepContentAlwaysInViewport);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user