mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 00:46:39 +01:00
Removed TopLevel.Create
This commit is contained in:
@@ -570,8 +570,6 @@ public class ApplicationTests {
|
||||
public void Begin_Sets_Application_Top_To_Console_Size ()
|
||||
{
|
||||
Assert.Equal (new Rect (0, 0, 80, 25), Application.Top.Frame);
|
||||
|
||||
((FakeDriver)Application.Driver).SetBufferSize (5, 5);
|
||||
Application.Begin (Application.Top);
|
||||
Assert.Equal (new Rect (0, 0, 80, 25), Application.Top.Frame);
|
||||
((FakeDriver)Application.Driver).SetBufferSize (5, 5);
|
||||
|
||||
Reference in New Issue
Block a user