mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Backed out some changes and fixed unit tests
This commit is contained in:
@@ -550,7 +550,8 @@ public class ToScreenTests (ITestOutputHelper output)
|
||||
View view = new ()
|
||||
{
|
||||
Width = 10,
|
||||
Height = 10
|
||||
Height = 10,
|
||||
ScrollSettings = ScrollSettings.NoRestrict
|
||||
};
|
||||
|
||||
Rectangle testRect = new Rectangle (0, 0, 1, 1);
|
||||
|
||||
Reference in New Issue
Block a user