Browse Source

copy paste typo

pull/2906/head
Genadij Trimailov 7 years ago
parent
commit
cd90cf86e7
  1. 2
      src/Avalonia.Controls/Button.cs

2
src/Avalonia.Controls/Button.cs

@ -423,7 +423,7 @@ namespace Avalonia.Controls
}
/// <summary>
/// Starts listening for the Enter key when the button <see cref="IsCancel"/>.
/// Starts listening for the Escape key when the button <see cref="IsCancel"/>.
/// </summary>
/// <param name="root">The input root.</param>
private void ListenForCancel(IInputElement root)

Loading…
Cancel
Save