mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
Refactored Application into smaller files.
Made Application #nullable enable
This commit is contained in:
@@ -2196,7 +2196,7 @@ public class TableViewTests (ITestOutputHelper output)
|
||||
[SetupFakeDriver]
|
||||
public void TestEnumerableDataSource_BasicTypes ()
|
||||
{
|
||||
((FakeDriver)Application.Driver).SetBufferSize(100,100);
|
||||
((FakeDriver)Application.Driver!).SetBufferSize(100,100);
|
||||
var tv = new TableView ();
|
||||
tv.ColorScheme = Colors.ColorSchemes ["TopLevel"];
|
||||
tv.Viewport = new (0, 0, 50, 6);
|
||||
|
||||
Reference in New Issue
Block a user