Skip to content

Commit 6e486c7

Browse files
authored
Fixes #4160. Benchmark All launch throws System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' (#4161)
1 parent 4cd6511 commit 6e486c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Examples/UICatalog/UICatalog.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -428,11 +428,6 @@ void ApplicationOnInitializedChanged (object? sender, EventArgs<bool> e)
428428

429429
Application.Init (driverName: _forceDriver);
430430

431-
if (benchmark)
432-
{
433-
Application.Screen = new (0, 0, 120, 40);
434-
}
435-
436431
scenario.Main ();
437432

438433
BenchmarkResults? results = null;

0 commit comments

Comments
 (0)