Fixed Adornment.Bounds and added new tests

This commit is contained in:
Tig Kindel
2024-02-27 09:58:54 -07:00
parent aa4e2c0ae7
commit f8283ecc83
3 changed files with 84 additions and 2 deletions

View File

@@ -207,7 +207,6 @@ public class FindDeepestViewTests (ITestOutputHelper output)
var found = View.FindDeepestView (start, testX, testY, true);
Assert.Equal(expectedAdornmentType, found.GetType());
}
// Test that FindDeepestView works if the subview has positive Adornments