mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-13 00:32:52 -07:00
Added Input pasted event and added to all modes (#593)
This commit is contained in:
parent
aea12015bd
commit
bb027aa9c3
4 changed files with 16 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue