mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
MathRichEditBox.cpp: remove redundant line
This commit is contained in:
parent
6b5ddf70c3
commit
ee6efa379d
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ void MathRichEditBox::OnLosingFocus(UIElement ^ sender, LosingFocusEventArgs ^ a
|
|||
SubmitEquation(EquationSubmissionSource::FOCUS_LOST);
|
||||
}
|
||||
|
||||
|
||||
void MathRichEditBox::OnKeyUp(Object ^ sender, KeyRoutedEventArgs ^ e)
|
||||
{
|
||||
if (!this->IsReadOnly && e->Key == VirtualKey::Enter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue