mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fixed Adornment.Bounds and added new tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user