Skip to content

Commit 01fdda7

Browse files
authored
Merge branch 'v2_develop' into v2_3964_close-all-menus-with-modal-fix
2 parents fc83aa3 + f26fd28 commit 01fdda7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

UICatalog/Scenario.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public BenchmarkResults EndBenchmark ()
180180
}
181181

182182
private List<Key>? _demoKeys;
183-
private int _currentDemoKey = 0;
183+
private int _currentDemoKey;
184184

185185
private void OnApplicationOnInitializedChanged (object? s, EventArgs<bool> a)
186186
{
@@ -233,7 +233,6 @@ private void OnApplicationNotifyNewRunState (object? sender, RunStateEventArgs e
233233
{
234234
SubscribeAllSubViews (Application.Top!);
235235

236-
_currentDemoKey = 0;
237236
_demoKeys = GetDemoKeyStrokes ();
238237

239238
Application.AddTimeout (

0 commit comments

Comments
 (0)