Skip to content

Commit

Permalink
Merge branch 'v2_develop' into v2_3964_close-all-menus-with-modal-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tig authored Mar 8, 2025
2 parents fc83aa3 + f26fd28 commit 01fdda7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions UICatalog/Scenario.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public BenchmarkResults EndBenchmark ()
}

private List<Key>? _demoKeys;
private int _currentDemoKey = 0;
private int _currentDemoKey;

private void OnApplicationOnInitializedChanged (object? s, EventArgs<bool> a)
{
Expand Down Expand Up @@ -233,7 +233,6 @@ private void OnApplicationNotifyNewRunState (object? sender, RunStateEventArgs e
{
SubscribeAllSubViews (Application.Top!);

_currentDemoKey = 0;
_demoKeys = GetDemoKeyStrokes ();

Application.AddTimeout (
Expand Down

0 comments on commit 01fdda7

Please sign in to comment.