Explorar o código

Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop

Tig hai 5 meses
pai
achega
80f98878ee
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      UICatalog/Scenario.cs

+ 1 - 2
UICatalog/Scenario.cs

@@ -180,7 +180,7 @@ public class Scenario : IDisposable
     }
 
     private List<Key>? _demoKeys;
-    private int _currentDemoKey = 0;
+    private int _currentDemoKey;
 
     private void OnApplicationOnInitializedChanged (object? s, EventArgs<bool> a)
     {
@@ -233,7 +233,6 @@ public class Scenario : IDisposable
     {
         SubscribeAllSubViews (Application.Top!);
 
-        _currentDemoKey = 0;
         _demoKeys = GetDemoKeyStrokes ();
 
         Application.AddTimeout (