mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Refactored Application into smaller files.
Made Application #nullable enable
This commit is contained in:
@@ -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 } };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user