mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Co-authored-by: Tig <tig@users.noreply.github.com>
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user