From 6e486c718e2ff31c863c52e6ae7005500c226364 Mon Sep 17 00:00:00 2001 From: BDisp Date: Fri, 13 Jun 2025 02:10:28 +0100 Subject: [PATCH] Fixes #4160. Benchmark All launch throws System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' (#4161) --- Examples/UICatalog/UICatalog.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Examples/UICatalog/UICatalog.cs b/Examples/UICatalog/UICatalog.cs index ee968d17b..032afe203 100644 --- a/Examples/UICatalog/UICatalog.cs +++ b/Examples/UICatalog/UICatalog.cs @@ -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;