mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
In the middle of another refactoroing
This commit is contained in:
@@ -185,7 +185,7 @@ public class GraphViewExample : Scenario
|
||||
CanFocus = false
|
||||
}
|
||||
};
|
||||
statusBar.Add (diagShortcut).Accept += DiagShortcut_Accept;
|
||||
statusBar.Add (diagShortcut).Accepted += DiagShortcut_Accept;
|
||||
|
||||
_graphs [_currentGraph++ % _graphs.Length] ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user