Backed out some changes and fixed unit tests

This commit is contained in:
Tig
2024-03-31 10:21:04 -06:00
parent 207c974327
commit 9b75effe49
3 changed files with 9 additions and 7 deletions

View File

@@ -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);