Skip to content

Commit

Permalink
Reverted to upstream version
Browse files Browse the repository at this point in the history
  • Loading branch information
floele-ww committed Mar 29, 2016
1 parent 2c539f1 commit e4a31ac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Fluent.Ribbon/Controls/MenuItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -652,15 +652,6 @@ protected override void OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs
//e.Handled = true;
}

/// <summary>
/// Allows KeyTipService to control menu items.
/// </summary>
/// <param name="e"></param>
internal void HandleKeyDown(KeyEventArgs e)
{
this.OnKeyDown(e);
}

/// <summary>
/// Responds to the <see cref="E:System.Windows.UIElement.KeyDown"/> event.
/// </summary>
Expand Down

0 comments on commit e4a31ac

Please sign in to comment.