Skip to content

Commit

Permalink
Fix a bug KeyEvent declared twice. due to rebase problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
BDisp committed May 22, 2020
1 parent 4184e58 commit d50a7ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Terminal.Gui/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1090,11 +1090,6 @@ public class KeyEventEventArgs : EventArgs {
public KeyEvent KeyEvent { get; set; }
}

public class KeyEventEventArgs : EventArgs {
public KeyEventEventArgs(KeyEvent ke) => KeyEvent = ke;
public KeyEvent KeyEvent { get; set; }
}

/// <summary>
/// Invoked when a character key is pressed and occurs after the key up event.
/// </summary>
Expand Down

0 comments on commit d50a7ee

Please sign in to comment.