Added Input pasted event and added to all modes (#593)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user