Refactored Application into smaller files.

Made Application #nullable enable
This commit is contained in:
Tig
2024-07-22 16:52:02 -06:00
parent 14d8bf5ba3
commit 44ce74a5c0
71 changed files with 1449 additions and 1441 deletions

View File

@@ -362,7 +362,7 @@ public class ScrollViewTests (ITestOutputHelper output)
[SetupFakeDriver]
public void ContentBottomRightCorner_Draw ()
{
((FakeDriver)Application.Driver).SetBufferSize (30, 30);
((FakeDriver)Application.Driver!).SetBufferSize (30, 30);
var top = new View { Width = 30, Height = 30, ColorScheme = new() { Normal = Attribute.Default } };