mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
FindDeepestView now correctly supports start with Adornments
This commit is contained in:
@@ -184,7 +184,7 @@ public class FindDeepestViewTests (ITestOutputHelper output)
|
||||
[InlineData (1, 1, typeof (Border))]
|
||||
[InlineData (8, 8, typeof (Border))]
|
||||
|
||||
[InlineData (1, 1, typeof (Padding))]
|
||||
[InlineData (2, 2, typeof (Padding))]
|
||||
[InlineData (7, 7, typeof (Padding))]
|
||||
|
||||
[InlineData (5, 5, typeof (View))]
|
||||
|
||||
Reference in New Issue
Block a user