Added Input pasted event and added to all modes (#593)

This commit is contained in:
Stephanie Anderl 2019-07-18 11:21:35 -07:00 committed by GitHub
parent aea12015bd
commit bb027aa9c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 0 deletions

View file

@ -765,6 +765,7 @@ void StandardCalculatorViewModel::OnPaste(String ^ pastedString)
return;
}
TraceLogger::GetInstance().LogInputPasted(GetCalculatorMode());
bool isFirstLegalChar = true;
m_standardCalculatorManager.SendCommand(Command::CommandCENTR);
bool sendNegate = false;