mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Fixes #4160. Benchmark All launch throws System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' (#4161)
This commit is contained in:
@@ -428,11 +428,6 @@ public class UICatalog
|
||||
|
||||
Application.Init (driverName: _forceDriver);
|
||||
|
||||
if (benchmark)
|
||||
{
|
||||
Application.Screen = new (0, 0, 120, 40);
|
||||
}
|
||||
|
||||
scenario.Main ();
|
||||
|
||||
BenchmarkResults? results = null;
|
||||
|
||||
Reference in New Issue
Block a user