Fixes #4160. Benchmark All launch throws System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' (#4161)

This commit is contained in:
BDisp
2025-06-13 02:10:28 +01:00
committed by GitHub
parent 4cd6511c89
commit 6e486c718e

View File

@@ -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;